GET /api/bet_types/0099d21f-1e33-49e6-a6b4-73175ac8d3cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0099d21f-1e33-49e6-a6b4-73175ac8d3cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0b19dc8-9a72-4e1c-abc6-156fdf116262/?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": "Vancouver Canucks",
                "amount": 6642.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a38b2090-c03d-433e-8a7e-b8084660a5b5",
            "gambit_id": "11aa6dd2-e05b-4533-b748-e4d1b3972ab5",
            "last_updated": "2022-12-06T11:21:56.305986-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0099d21f-1e33-49e6-a6b4-73175ac8d3cd/?format=api"
        },
        {
            "id": "ac9dca7f-a7a0-476d-b53c-78f0da1f9d70",
            "gambit_id": "ba959424-976f-45f6-9284-0b8943dec8b7",
            "last_updated": "2022-12-06T11:21:56.306988-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0099d21f-1e33-49e6-a6b4-73175ac8d3cd/?format=api"
        }
    ]
}