GET /api/bet_types/10870671-db4b-4d1b-85cb-d5b8939cede3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10870671-db4b-4d1b-85cb-d5b8939cede3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae35115c-4bf8-4d8f-807d-3a6ea86b23cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "SFO (A Cobb)",
                "amount": 6026.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9338.9,
        "profit_sb": 338.9,
        "profit_sb_percentage": 3.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2093252-23a1-4695-a604-4fd72ac008b6",
            "gambit_id": "e69d595c-61f7-4847-9494-15af5b1a56f0",
            "last_updated": "2022-08-21T12:47:07.276420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Cobb)",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10870671-db4b-4d1b-85cb-d5b8939cede3/?format=api"
        },
        {
            "id": "7c178a0c-8cc2-43d8-9af5-1feb588439e1",
            "gambit_id": "3482814f-b74e-4ab1-8569-c557b9c4079e",
            "last_updated": "2022-08-21T12:47:07.276054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (R Feltner)",
            "reward": "2.35000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10870671-db4b-4d1b-85cb-d5b8939cede3/?format=api"
        }
    ]
}