GET /api/bet_types/84c83631-1e43-4e0f-a519-486ab8d2bf75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84c83631-1e43-4e0f-a519-486ab8d2bf75",
    "match": "https://api-prod.gambitprofit.com/api/matches/12351a17-2173-48bb-89c3-329f8ccb747f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T08:08:06.587559-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": "TOR (J Berrios)",
                "amount": 5838.0
            },
            {
                "team": "MIA (B Hoeing)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "6383063e-8fa2-4e12-add3-3414fa604a28",
            "gambit_id": "4e06658f-5216-49e5-a372-7760af984828",
            "last_updated": "2023-06-20T10:33:07.019072-04:00",
            "created_at": "2023-06-19T08:08:06.589810-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c83631-1e43-4e0f-a519-486ab8d2bf75/?format=api"
        },
        {
            "id": "25912e82-d142-4bd8-b0ba-5c29d867a96e",
            "gambit_id": "6dddf9d5-8c24-483f-9cc5-c77c0ffc8d6a",
            "last_updated": "2023-06-20T10:33:07.021160-04:00",
            "created_at": "2023-06-19T08:08:06.591864-04:00",
            "name": "MIA (B Hoeing)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c83631-1e43-4e0f-a519-486ab8d2bf75/?format=api"
        }
    ]
}