GET /api/bet_types/5dcf0b29-fd66-44bd-8999-5a8833fe605a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dcf0b29-fd66-44bd-8999-5a8833fe605a",
    "match": "https://api-prod.gambitprofit.com/api/matches/51aac18e-6680-4ebf-aabd-c10c0b280bc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:14.079606-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": "HOU (J France)",
                "amount": 5776.0
            },
            {
                "team": "KAN (C Ragans)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "65410ee1-fadb-48c5-8a1a-1772e7b322eb",
            "gambit_id": "e44f7139-76c6-460c-bff9-8e5e0d27f9bd",
            "last_updated": "2023-09-18T09:03:30.394783-04:00",
            "created_at": "2023-09-16T09:23:14.085064-04:00",
            "name": "HOU (J France)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcf0b29-fd66-44bd-8999-5a8833fe605a/?format=api"
        },
        {
            "id": "d3c1ead9-4ef4-4263-ab2c-7c962f1255dc",
            "gambit_id": "8eb2c87c-6bad-4059-b323-191b69bd879e",
            "last_updated": "2023-09-18T09:03:30.399926-04:00",
            "created_at": "2023-09-16T09:23:14.088987-04:00",
            "name": "KAN (C Ragans)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcf0b29-fd66-44bd-8999-5a8833fe605a/?format=api"
        }
    ]
}