GET /api/bet_types/b9ae0908-ed53-441b-8caa-c15d7e6570f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9ae0908-ed53-441b-8caa-c15d7e6570f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c65deda-e901-4158-aa91-cc2385a1c58e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:05.786875-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": "PHI (A Nola)",
                "amount": 5627.0
            },
            {
                "team": "TOR (A Manoah)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "131b251c-d797-4975-a47b-81b340c34448",
            "gambit_id": "b0d27b25-6f07-43b2-bb11-68ad05e0c780",
            "last_updated": "2023-05-10T15:42:08.988365-04:00",
            "created_at": "2023-05-09T11:07:05.788834-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ae0908-ed53-441b-8caa-c15d7e6570f9/?format=api"
        },
        {
            "id": "1fbe4f78-5106-40a1-abfb-3c842a7ba569",
            "gambit_id": "5b98591b-b3e1-4065-8241-49ecf5f16978",
            "last_updated": "2023-05-10T15:42:08.990115-04:00",
            "created_at": "2023-05-09T11:07:05.791202-04:00",
            "name": "TOR (A Manoah)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ae0908-ed53-441b-8caa-c15d7e6570f9/?format=api"
        }
    ]
}