GET /api/bet_types/b51bde62-ddb0-42e6-87e8-d8e42d161a8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b51bde62-ddb0-42e6-87e8-d8e42d161a8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c90ae3c-3b98-4b08-a8d0-f3a35b11d2ef/?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": "James Madison",
                "amount": 7269.0
            },
            {
                "team": "Georgia State",
                "amount": 2731.0
            }
        ],
        "expected_reward_tokens": 9230.78,
        "profit_sb": 230.78,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ae3680c-c0a5-439e-a905-e95a66d91d8e",
            "gambit_id": "4f4b9bc9-eba7-47a3-8896-8a75d7a87cde",
            "last_updated": "2022-11-21T11:53:27.780624-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51bde62-ddb0-42e6-87e8-d8e42d161a8c/?format=api"
        },
        {
            "id": "2ed1dee5-7904-4827-af52-dc41338b2c01",
            "gambit_id": "d73ac756-fd69-4ada-9b9d-672015871eb9",
            "last_updated": "2022-11-21T11:53:27.781666-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "3.38000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51bde62-ddb0-42e6-87e8-d8e42d161a8c/?format=api"
        }
    ]
}