GET /api/bet_types/e485431c-d88a-4662-b718-d1904239cc21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e485431c-d88a-4662-b718-d1904239cc21",
    "match": "https://api-prod.gambitprofit.com/api/matches/66bedcbd-13dd-4261-95be-85dd8855570b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:48:01.107459-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": "CHC (K Hendricks)",
                "amount": 5827.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e164e63-2112-4a87-9384-732c75d4a679",
            "gambit_id": "635bfd45-7de4-4731-ad49-eb21e966c3dc",
            "last_updated": "2023-07-20T19:43:14.636015-04:00",
            "created_at": "2023-07-19T08:48:01.110414-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e485431c-d88a-4662-b718-d1904239cc21/?format=api"
        },
        {
            "id": "5c2e0d87-5794-4052-8147-a07a4fd82463",
            "gambit_id": "7b99adc6-7d73-41e4-bbe5-aa62455f4681",
            "last_updated": "2023-07-20T19:43:14.634268-04:00",
            "created_at": "2023-07-19T08:48:01.108965-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e485431c-d88a-4662-b718-d1904239cc21/?format=api"
        }
    ]
}