GET /api/bet_types/eabec6a4-0dcb-46c6-831e-d1418f55da79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eabec6a4-0dcb-46c6-831e-d1418f55da79",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c87c96e-cdc6-491d-98c8-e184328fce11/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:07:58.978242-04: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": "PIT (C Selby)",
                "amount": 5776.0
            },
            {
                "team": "WAS (J Rutledge)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "8791f284-50f1-441b-b53c-783f8bb5a39d",
            "gambit_id": "1ca98695-9b47-4bad-b6cd-14be4624b378",
            "last_updated": "2023-09-14T19:38:30.364458-04:00",
            "created_at": "2023-09-13T09:07:58.987013-04:00",
            "name": "PIT (C Selby)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eabec6a4-0dcb-46c6-831e-d1418f55da79/?format=api"
        },
        {
            "id": "afd40eea-af30-466a-a2b6-302a5a111a06",
            "gambit_id": "1708eac0-9179-4fef-87e1-60d7abee8cad",
            "last_updated": "2023-09-14T19:38:30.361043-04:00",
            "created_at": "2023-09-13T09:07:58.982130-04:00",
            "name": "WAS (J Rutledge)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eabec6a4-0dcb-46c6-831e-d1418f55da79/?format=api"
        }
    ]
}