GET /api/bet_types/4357d843-5b46-47ba-884b-522b2b78e95f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4357d843-5b46-47ba-884b-522b2b78e95f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c483310-9ce5-4709-9062-23d7d539e6f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:58.360447-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": "BOS (J Paxton)",
                "amount": 6060.0
            },
            {
                "team": "TOR (A Manoah)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce88d6ec-df86-490e-b82c-c1e41fccd42f",
            "gambit_id": "5d41ec55-8603-45fb-b9ec-6ca9ae320c3d",
            "last_updated": "2023-08-05T12:03:15.502024-04:00",
            "created_at": "2023-08-04T08:52:58.370480-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4357d843-5b46-47ba-884b-522b2b78e95f/?format=api"
        },
        {
            "id": "ee1b991b-ad69-4805-bf9a-04cde21212e1",
            "gambit_id": "5a002b02-b1c3-49dd-a9f7-ed5f9ad4ddae",
            "last_updated": "2023-08-05T12:03:15.497641-04:00",
            "created_at": "2023-08-04T08:52:58.365556-04:00",
            "name": "TOR (A Manoah)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4357d843-5b46-47ba-884b-522b2b78e95f/?format=api"
        }
    ]
}