GET /api/bet_types/29729c2e-3e85-4c87-88f1-4b65f112948b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29729c2e-3e85-4c87-88f1-4b65f112948b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cd4d17e-7ad3-4175-a89b-ad25bf2f3ed7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:12.866858-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": "KAN",
                "amount": 5784.0
            },
            {
                "team": "SFO",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec0cd88d-83ce-4a10-b176-e521e76f448c",
            "gambit_id": "6a51dd13-2d24-4e0d-857c-f1d79b56304e",
            "last_updated": "2023-04-10T14:27:26.774440-04:00",
            "created_at": "2023-04-09T09:27:12.870995-04:00",
            "name": "KAN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29729c2e-3e85-4c87-88f1-4b65f112948b/?format=api"
        },
        {
            "id": "6b95bb1f-11a2-4f25-84bb-7ff1887ed984",
            "gambit_id": "1199c737-060a-4df6-9069-4b299c78c711",
            "last_updated": "2023-04-10T14:27:26.771825-04:00",
            "created_at": "2023-04-09T09:27:12.869019-04:00",
            "name": "SFO",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29729c2e-3e85-4c87-88f1-4b65f112948b/?format=api"
        }
    ]
}