GET /api/bet_types/ccc81c13-db65-4de9-8e01-e8245bca5da6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccc81c13-db65-4de9-8e01-e8245bca5da6",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c91030-ec2e-4e38-b411-92a9e8282923/?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": "STL",
                "amount": 5664.0
            },
            {
                "team": "MIL",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "12b05a62-8bef-4d53-8cf2-4c50110250a9",
            "gambit_id": "e7ee8c1c-12e7-4a5a-a654-fa2b780403ba",
            "last_updated": "2022-09-29T10:22:29.984420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccc81c13-db65-4de9-8e01-e8245bca5da6/?format=api"
        },
        {
            "id": "adcb48ef-3ce7-4628-9d4d-18ff20374433",
            "gambit_id": "c60fccf5-1b71-4261-81a5-a03efd156dd3",
            "last_updated": "2022-09-29T10:22:29.983431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccc81c13-db65-4de9-8e01-e8245bca5da6/?format=api"
        }
    ]
}