GET /api/bet_types/bc41d38c-9331-489e-9b96-451b6824637e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc41d38c-9331-489e-9b96-451b6824637e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2462aaa4-79e7-442e-834e-e0953072cde6/?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": "STL (J Flaherty)",
                "amount": 6822.0
            },
            {
                "team": "WAS (An Sanchez)",
                "amount": 3178.0
            }
        ],
        "expected_reward_tokens": 9277.92,
        "profit_sb": 277.92,
        "profit_sb_percentage": 3.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b5b45e1-76d1-422b-8195-333219bdf3b3",
            "gambit_id": "a23dec8a-fecd-4de2-a111-a0f522b4d12c",
            "last_updated": "2022-09-06T10:02:07.095472-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Flaherty)",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc41d38c-9331-489e-9b96-451b6824637e/?format=api"
        },
        {
            "id": "a24e4801-2506-4a85-87ec-aa14ff118476",
            "gambit_id": "69d41cb6-9289-4d1b-9300-030c9d226caa",
            "last_updated": "2022-09-06T10:02:07.096477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (An Sanchez)",
            "reward": "2.92000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc41d38c-9331-489e-9b96-451b6824637e/?format=api"
        }
    ]
}