GET /api/bet_types/559f9cee-b7af-4417-804c-2e8cb787e577/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "559f9cee-b7af-4417-804c-2e8cb787e577",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08e1fdf-26cc-4a73-8a60-4cdfb3a1d433/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:06.488250-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": "SEA (B Miller)",
                "amount": 5527.0
            },
            {
                "team": "OAK (M Miller)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ee9c15e-33db-43ea-9a94-22c1b92aab64",
            "gambit_id": "15fa2540-f1d7-49c1-b262-d674bffb4b7e",
            "last_updated": "2023-05-03T12:12:15.088348-04:00",
            "created_at": "2023-05-02T11:52:06.491275-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/559f9cee-b7af-4417-804c-2e8cb787e577/?format=api"
        },
        {
            "id": "9d98eba3-bfdc-4960-a7ab-b82adc045b7d",
            "gambit_id": "ffb30e14-2315-492d-a697-a1d12014ad0b",
            "last_updated": "2023-05-03T12:12:15.087190-04:00",
            "created_at": "2023-05-02T11:52:06.489801-04:00",
            "name": "OAK (M Miller)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/559f9cee-b7af-4417-804c-2e8cb787e577/?format=api"
        }
    ]
}