GET /api/bet_types/d573b63c-7c7b-4363-9ffb-3adb4fdef985/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d573b63c-7c7b-4363-9ffb-3adb4fdef985",
    "match": "https://api-prod.gambitprofit.com/api/matches/c69966cf-f34a-4781-801c-45c62ca2257b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T08:43:17.620348-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": "BAL (K Bradish)",
                "amount": 5000.0
            },
            {
                "team": "MIL (C Rea)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ad73c29-0b80-40f0-9adf-d40fbcaffd16",
            "gambit_id": "85703b77-47b5-456e-b280-3b67f0418521",
            "last_updated": "2023-06-10T13:48:17.236798-04:00",
            "created_at": "2023-06-08T08:43:17.621856-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d573b63c-7c7b-4363-9ffb-3adb4fdef985/?format=api"
        },
        {
            "id": "266732c3-d92f-4d5c-b057-3dee75469f85",
            "gambit_id": "0dad0f08-2f09-4cf3-a527-96356d0f3d4b",
            "last_updated": "2023-06-10T13:48:17.239146-04:00",
            "created_at": "2023-06-08T08:43:17.623440-04:00",
            "name": "MIL (C Rea)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d573b63c-7c7b-4363-9ffb-3adb4fdef985/?format=api"
        }
    ]
}