GET /api/bet_types/8d6c70bc-d5d1-441e-816a-06afba2746f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d6c70bc-d5d1-441e-816a-06afba2746f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec96d00-baee-4813-8ce9-56da8cf8a518/?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 Quintana)",
                "amount": 6776.0
            },
            {
                "team": "WAS (P Espino)",
                "amount": 3224.0
            }
        ],
        "expected_reward_tokens": 9283.12,
        "profit_sb": 283.12,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "38d8b9a8-9060-4ae7-88a9-0a58b8b42b6f",
            "gambit_id": "c25b2cd9-6fee-491f-a7f2-633ad0b77b6f",
            "last_updated": "2022-09-07T12:47:00.659162-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6c70bc-d5d1-441e-816a-06afba2746f2/?format=api"
        },
        {
            "id": "e10b265d-ba26-47dc-a615-01d7f399c0d4",
            "gambit_id": "90b7b96c-0780-470a-b173-f180f556a4fa",
            "last_updated": "2022-09-07T12:47:00.660126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Espino)",
            "reward": "2.88000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6c70bc-d5d1-441e-816a-06afba2746f2/?format=api"
        }
    ]
}