GET /api/bet_types/8abd884f-eb0a-4267-9b5e-88f302dba828/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8abd884f-eb0a-4267-9b5e-88f302dba828",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2c0eb5a-b2eb-415e-a7e8-bd5a93158ded/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:19.802939-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",
                "amount": 5773.0
            },
            {
                "team": "CLE",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "a14f1beb-3305-4b99-a800-e9a00ca14672",
            "gambit_id": "a4573cf9-ca97-4f8b-995f-8b69165aba37",
            "last_updated": "2023-04-30T12:47:17.039108-04:00",
            "created_at": "2023-04-28T11:22:19.804235-04:00",
            "name": "BOS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8abd884f-eb0a-4267-9b5e-88f302dba828/?format=api"
        },
        {
            "id": "08060c6b-a56b-4cd8-b13c-316271472711",
            "gambit_id": "b1802b25-5191-452e-b841-b0de84018c45",
            "last_updated": "2023-04-30T12:47:17.040610-04:00",
            "created_at": "2023-04-28T11:22:19.805592-04:00",
            "name": "CLE",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8abd884f-eb0a-4267-9b5e-88f302dba828/?format=api"
        }
    ]
}