GET /api/bet_types/e7e51a00-6586-4260-b795-e3d984f3813c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e51a00-6586-4260-b795-e3d984f3813c",
    "match": "https://api-prod.gambitprofit.com/api/matches/99c6bd1f-a583-4aba-9331-a6f545bcbb6f/?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": "KAN",
                "amount": 5511.0
            },
            {
                "team": "CWS",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "89181a93-f4f5-45a2-aa46-850784c098ab",
            "gambit_id": "e7ceaf3b-55f8-49ec-9c24-7a9eca0fc48d",
            "last_updated": "2022-08-11T09:42:07.544750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e51a00-6586-4260-b795-e3d984f3813c/?format=api"
        },
        {
            "id": "20904900-bf05-4a2c-a6b6-5117cfbe5847",
            "gambit_id": "2e4668d8-1b92-4ebd-8df0-28076def97c5",
            "last_updated": "2022-08-11T09:42:07.545125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e51a00-6586-4260-b795-e3d984f3813c/?format=api"
        }
    ]
}