GET /api/bet_types/459a3f37-5e69-4e7c-ad44-b34a8cf697f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "459a3f37-5e69-4e7c-ad44-b34a8cf697f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17a1b3c-f91d-44a2-85b9-0eaf11bdc880/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Cincinnati",
                "amount": 5000.0
            },
            {
                "team": "Arkansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "b50d959c-b020-47ac-bb69-72fa6500d00f",
            "gambit_id": "b5cb3327-602c-44b8-a8ce-3b6abc63d9e2",
            "last_updated": "2022-09-05T09:52:23.846348-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/459a3f37-5e69-4e7c-ad44-b34a8cf697f1/?format=api"
        },
        {
            "id": "d00bbbd0-5cf5-4dec-8eb6-2de90060b714",
            "gambit_id": "905ce709-b4cc-41cb-9d4e-acd8f74f6c7b",
            "last_updated": "2022-09-05T09:52:23.845375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/459a3f37-5e69-4e7c-ad44-b34a8cf697f1/?format=api"
        }
    ]
}