GET /api/bet_types/cc1970c8-cd3d-40df-8080-8ca3fa2426bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc1970c8-cd3d-40df-8080-8ca3fa2426bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1aaacd2b-97d0-400c-8aa4-47538f03620e/?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": "Baylor",
                "amount": 5000.0
            },
            {
                "team": "Kansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "09678809-dd95-47e2-8c71-8e051bdd6f56",
            "gambit_id": "6a302456-af84-4ccf-914a-127366ec3a08",
            "last_updated": "2022-10-23T09:22:15.543157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc1970c8-cd3d-40df-8080-8ca3fa2426bb/?format=api"
        },
        {
            "id": "a2e429eb-d72f-4b4c-8001-1a2fd8433172",
            "gambit_id": "f45186dc-be55-474e-bac8-febe568f771a",
            "last_updated": "2022-10-23T09:22:15.544178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc1970c8-cd3d-40df-8080-8ca3fa2426bb/?format=api"
        }
    ]
}