GET /api/bet_types/a10d9c14-344b-4e37-a94c-3d360ce6a548/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a10d9c14-344b-4e37-a94c-3d360ce6a548",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d245716-ecd9-47e0-bf97-1785d49efd67/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:23.227556-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": "LAA",
                "amount": 6390.0
            },
            {
                "team": "BOS",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ed5dda0-9aeb-43f6-aad5-216e7aa86667",
            "gambit_id": "b5ece7f9-5bcd-4efb-88f7-58534611650b",
            "last_updated": "2023-04-18T12:12:07.319772-04:00",
            "created_at": "2023-04-16T12:17:23.232760-04:00",
            "name": "LAA",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10d9c14-344b-4e37-a94c-3d360ce6a548/?format=api"
        },
        {
            "id": "2139192d-a2b5-4dcb-916b-01c6b02fbee7",
            "gambit_id": "a21f2cc6-9328-4829-a055-9f8dfd50f62d",
            "last_updated": "2023-04-18T12:12:07.318168-04:00",
            "created_at": "2023-04-16T12:17:23.229943-04:00",
            "name": "BOS",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10d9c14-344b-4e37-a94c-3d360ce6a548/?format=api"
        }
    ]
}