GET /api/bet_types/6f8106c9-8fb7-4cac-90bd-597dc220b8c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f8106c9-8fb7-4cac-90bd-597dc220b8c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f316358-4e16-4926-ab08-87b0eeb2439f/?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": "ATL (K Wright)",
                "amount": 5387.0
            },
            {
                "team": "HOU (L McCullers)",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 9318.26,
        "profit_sb": 318.26,
        "profit_sb_percentage": 3.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7300001-8ea1-4cb7-9768-c76c8ae84b94",
            "gambit_id": "87fd0b7a-c66a-4dc5-a1b5-8982876589e4",
            "last_updated": "2022-08-20T12:02:01.598926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.73000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8106c9-8fb7-4cac-90bd-597dc220b8c6/?format=api"
        },
        {
            "id": "b863f56b-bce3-4684-85cb-9383f4d32892",
            "gambit_id": "13b01f42-626f-42b4-8761-0e305fc679d1",
            "last_updated": "2022-08-20T12:02:01.599390-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (L McCullers)",
            "reward": "2.02000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8106c9-8fb7-4cac-90bd-597dc220b8c6/?format=api"
        }
    ]
}