GET /api/bet_types/d7399c12-7777-46c5-9459-f385b8f6621b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7399c12-7777-46c5-9459-f385b8f6621b",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a8480b-1dd0-4317-b65e-a0e8526f59ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T14:03:05.582591-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": "MIA",
                "amount": 5773.0
            },
            {
                "team": "LOS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "44eec589-3019-47c8-bf2e-b5a41d2fcfad",
            "gambit_id": "090904af-7276-4154-937d-1e036e5b4602",
            "last_updated": "2023-08-21T11:08:29.899223-04:00",
            "created_at": "2023-08-19T14:03:05.586648-04:00",
            "name": "MIA",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7399c12-7777-46c5-9459-f385b8f6621b/?format=api"
        },
        {
            "id": "eecd6168-41e2-46c4-a58e-33f9982f059d",
            "gambit_id": "0518a1c9-a203-4f3e-8c3a-219cde9a88f7",
            "last_updated": "2023-08-21T11:08:29.914693-04:00",
            "created_at": "2023-08-19T14:03:05.590654-04:00",
            "name": "LOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7399c12-7777-46c5-9459-f385b8f6621b/?format=api"
        }
    ]
}