GET /api/bet_types/caddb11b-95bd-4674-a78d-9a4b398a89e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "caddb11b-95bd-4674-a78d-9a4b398a89e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f2f7f20-59e5-4ed9-858b-b6fc3384c83d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-02T10:32:05.409374-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "MIA (E Cabrera)",
                "amount": 6353.0
            },
            {
                "team": "OAK (H Harris)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "12dbfcf5-11f3-4347-b9ef-994e181c98c0",
            "gambit_id": "6c4e7f74-d80b-4a1f-a066-2f7b786efc3e",
            "last_updated": "2023-06-09T18:38:11.081917-04:00",
            "created_at": "2023-06-02T10:32:05.415875-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caddb11b-95bd-4674-a78d-9a4b398a89e1/?format=api"
        },
        {
            "id": "8816771e-66c3-4ceb-a78b-e518ec73cb75",
            "gambit_id": "f6defdfa-40c3-45fb-915e-7a0525472b69",
            "last_updated": "2023-06-09T18:38:11.079334-04:00",
            "created_at": "2023-06-02T10:32:05.411445-04:00",
            "name": "OAK (H Harris)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caddb11b-95bd-4674-a78d-9a4b398a89e1/?format=api"
        }
    ]
}