GET /api/bet_types/80de6e85-5edf-42bf-a197-aced33403079/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80de6e85-5edf-42bf-a197-aced33403079",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5567640-6bd2-4020-9c11-6ec8acbc5b50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T11:33:24.162494-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Arman Tsarukyan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arman Tsarukyan",
                "amount": 8783.0
            },
            {
                "team": "Joaquim Silva",
                "amount": 1217.0
            }
        ],
        "expected_reward_tokens": 9395.24,
        "profit_sb": -104.76,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "87dbb01d-ed9a-4041-adb4-bd68ea8b7aca",
            "gambit_id": "e5ffd868-2d2d-4a4a-948d-4d8c91aac960",
            "last_updated": "2023-06-18T20:18:31.077962-04:00",
            "created_at": "2023-06-17T11:33:24.167029-04:00",
            "name": "Arman Tsarukyan",
            "reward": "1.07000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80de6e85-5edf-42bf-a197-aced33403079/?format=api"
        },
        {
            "id": "d7ffe059-1be3-4611-bc2b-efe33bd1748c",
            "gambit_id": "1a4362c5-b1d5-4f29-b982-83fa45b22362",
            "last_updated": "2023-06-18T20:18:31.076148-04:00",
            "created_at": "2023-06-17T11:33:24.164695-04:00",
            "name": "Joaquim Silva",
            "reward": "7.72000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80de6e85-5edf-42bf-a197-aced33403079/?format=api"
        }
    ]
}