GET /api/bet_types/e5d6d5c1-c24f-4b60-ba24-cc08341c7def/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5d6d5c1-c24f-4b60-ba24-cc08341c7def",
    "match": "https://api-prod.gambitprofit.com/api/matches/e50cef0d-0ad0-4f31-a539-1ca258b8193c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:11.308067-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 (J Taillon)",
                "amount": 5000.0
            },
            {
                "team": "TEX (J Gray)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "633db740-409c-497a-8e36-dbdb0607bd03",
            "gambit_id": "be448f41-183d-4148-a6cc-9543b5ae9429",
            "last_updated": "2023-04-10T14:27:31.190507-04:00",
            "created_at": "2023-04-09T09:27:11.311218-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d6d5c1-c24f-4b60-ba24-cc08341c7def/?format=api"
        },
        {
            "id": "66d09bb5-d866-4dec-afd5-772680b2db22",
            "gambit_id": "fb3bc288-99c3-491b-a247-f7d1c0893ef8",
            "last_updated": "2023-04-10T14:27:31.192521-04:00",
            "created_at": "2023-04-09T09:27:11.314185-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d6d5c1-c24f-4b60-ba24-cc08341c7def/?format=api"
        }
    ]
}