GET /api/bet_types/0147254c-cf36-4c1f-a024-556ab0a21d5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0147254c-cf36-4c1f-a024-556ab0a21d5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ad2a611-2887-4aae-aaa8-0eed70401f61/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T08:58:07.577277-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": "BOS (J Paxton)",
                "amount": 5065.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "53a87c1d-6aad-4d85-adfb-0f8ed238e962",
            "gambit_id": "f19d7836-48f1-42a9-b7b3-4c633a79da9d",
            "last_updated": "2023-06-26T10:38:15.597905-04:00",
            "created_at": "2023-06-24T08:58:07.578849-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0147254c-cf36-4c1f-a024-556ab0a21d5d/?format=api"
        },
        {
            "id": "a61700ef-3f80-4840-ab79-4635a86e2f0c",
            "gambit_id": "7206fd8b-c298-4a3f-9eba-1c5cb98dac25",
            "last_updated": "2023-06-26T10:38:15.600632-04:00",
            "created_at": "2023-06-24T08:58:07.580443-04:00",
            "name": "CWS (L Lynn)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0147254c-cf36-4c1f-a024-556ab0a21d5d/?format=api"
        }
    ]
}