GET /api/bet_types/f056fe06-e0fa-4c99-aa1f-e2a0f93c7dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f056fe06-e0fa-4c99-aa1f-e2a0f93c7dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/87100fc5-9bd9-4fae-adb3-2ade1b2af7c8/?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": "LAA (M Mayers)",
                "amount": 5544.0
            },
            {
                "team": "DET (ED Rodriguez)",
                "amount": 4456.0
            }
        ],
        "expected_reward_tokens": 9313.04,
        "profit_sb": 313.04,
        "profit_sb_percentage": 3.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d0505a4-0c95-40a2-893e-09a296a39dd1",
            "gambit_id": "54b5aa9b-4792-4628-9364-114dc07a09d1",
            "last_updated": "2022-09-07T12:47:00.475855-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (M Mayers)",
            "reward": "1.68000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f056fe06-e0fa-4c99-aa1f-e2a0f93c7dae/?format=api"
        },
        {
            "id": "cb81a555-0824-4436-b165-c44c93d3c3d2",
            "gambit_id": "345fe032-12bb-45ec-8962-8cd45da92c7a",
            "last_updated": "2022-09-07T12:47:00.476822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (ED Rodriguez)",
            "reward": "2.09000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f056fe06-e0fa-4c99-aa1f-e2a0f93c7dae/?format=api"
        }
    ]
}