GET /api/bet_types/e66921f4-3ea7-49a5-8495-f66cd566e011/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e66921f4-3ea7-49a5-8495-f66cd566e011",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4c67553-6d7b-4597-b96b-07b6966f573c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:56.782118-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": "SFO (A Cobb)",
                "amount": 6070.0
            },
            {
                "team": "MIL (C Rea)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "b96411ee-06a8-4006-88b7-acbed4da7ed0",
            "gambit_id": "9a1e47fb-bcdb-4ca5-861a-65f81b8e3a09",
            "last_updated": "2023-05-07T11:57:18.872078-04:00",
            "created_at": "2023-05-06T11:51:56.783875-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e66921f4-3ea7-49a5-8495-f66cd566e011/?format=api"
        },
        {
            "id": "446d9ef1-d5c9-474b-8687-747587b239b1",
            "gambit_id": "3180a083-0b06-4586-84a3-cfacefb634fe",
            "last_updated": "2023-05-07T11:57:18.873819-04:00",
            "created_at": "2023-05-06T11:51:56.785607-04:00",
            "name": "MIL (C Rea)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e66921f4-3ea7-49a5-8495-f66cd566e011/?format=api"
        }
    ]
}