GET /api/bet_types/653495a7-e3ab-4973-9130-bbf3ae3a4f14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "653495a7-e3ab-4973-9130-bbf3ae3a4f14",
    "match": "https://api-prod.gambitprofit.com/api/matches/357df87c-ce86-4ebd-bdd0-798aceb5cd86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:19.530617-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": "SEA",
                "amount": 6458.0
            },
            {
                "team": "SDG",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cb12413-c23c-4c5f-afcf-a93a42f52211",
            "gambit_id": "22236b8d-b14b-4213-929e-bb51535278c2",
            "last_updated": "2023-06-08T16:33:26.389726-04:00",
            "created_at": "2023-06-07T09:28:19.532619-04:00",
            "name": "SEA",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/653495a7-e3ab-4973-9130-bbf3ae3a4f14/?format=api"
        },
        {
            "id": "508f7663-a446-4f19-9971-5564fec013fe",
            "gambit_id": "9e73be51-24b3-49bf-9407-4d82caa94d89",
            "last_updated": "2023-06-08T16:33:26.392093-04:00",
            "created_at": "2023-06-07T09:28:19.534459-04:00",
            "name": "SDG",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/653495a7-e3ab-4973-9130-bbf3ae3a4f14/?format=api"
        }
    ]
}