GET /api/bet_types/abc41392-05f1-4c6e-9a49-9b0bf3799a5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abc41392-05f1-4c6e-9a49-9b0bf3799a5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c67c5249-fe60-43e1-90d0-272fb1d13baa/?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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4ef22d4-3c87-476d-8835-0d94b43e18e0",
            "gambit_id": "cd613d25-37a6-42dd-af2b-30f719114371",
            "last_updated": "2022-11-06T08:08:45.981476-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc41392-05f1-4c6e-9a49-9b0bf3799a5f/?format=api"
        },
        {
            "id": "a9e9c8ec-4e43-4691-b5b8-e25e54fbe151",
            "gambit_id": "b87effe1-a0ce-45c6-a3d9-7a854ba6c12f",
            "last_updated": "2022-11-06T08:08:45.982517-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc41392-05f1-4c6e-9a49-9b0bf3799a5f/?format=api"
        }
    ]
}