GET /api/bet_types/4917638c-12a9-4a79-a0de-5990420dfe20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4917638c-12a9-4a79-a0de-5990420dfe20",
    "match": "https://api-prod.gambitprofit.com/api/matches/e91864bf-6a87-4bdc-80bf-b2e95a47e296/?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": "Calgary Flames",
                "amount": 5945.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbc6d07e-b222-4c94-9e53-999f646cfc6b",
            "gambit_id": "a8c07e9b-074f-445d-acea-933069d933d5",
            "last_updated": "2022-10-19T09:37:26.652415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4917638c-12a9-4a79-a0de-5990420dfe20/?format=api"
        },
        {
            "id": "d5948369-1194-4827-a0c8-1ca517ec6e79",
            "gambit_id": "a02fb4f4-7449-4bc7-8a4d-d026be40454d",
            "last_updated": "2022-10-19T09:37:26.653369-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4917638c-12a9-4a79-a0de-5990420dfe20/?format=api"
        }
    ]
}