GET /api/bet_types/c03b0261-9d61-426d-859a-0cae4505e231/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c03b0261-9d61-426d-859a-0cae4505e231",
    "match": "https://api-prod.gambitprofit.com/api/matches/740cdbc3-cf4e-413f-8f96-8732832a4999/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:12.861434-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 (K Gausman)",
                "amount": 5711.0
            },
            {
                "team": "MIN (L Varland)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "4adc76cf-88f2-49d2-b08b-0dd86e8b1f50",
            "gambit_id": "44d68166-61f9-432f-9170-f255a51eea85",
            "last_updated": "2023-05-27T16:17:18.031279-04:00",
            "created_at": "2023-05-26T11:52:12.864204-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c03b0261-9d61-426d-859a-0cae4505e231/?format=api"
        },
        {
            "id": "47870f9c-c50d-4937-a337-4dce3d317bcc",
            "gambit_id": "5dea7b8c-7351-43af-be94-c0f432fd1c97",
            "last_updated": "2023-05-27T16:17:18.033785-04:00",
            "created_at": "2023-05-26T11:52:12.866622-04:00",
            "name": "MIN (L Varland)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c03b0261-9d61-426d-859a-0cae4505e231/?format=api"
        }
    ]
}