GET /api/bet_types/5a65c108-74e3-4ddc-aafb-4a3cdd629aa4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a65c108-74e3-4ddc-aafb-4a3cdd629aa4",
    "match": "https://api-prod.gambitprofit.com/api/matches/71a2c0d5-cea0-456b-8324-ef4e848328dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-03T11:03:19.021216-04: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": "MIL",
                "amount": 6090.0
            },
            {
                "team": "CHC",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "476cd2bb-bc57-4165-8150-7f5a5c2e73ba",
            "gambit_id": "c08204c4-1a5f-4841-93f8-6ad3100ae204",
            "last_updated": "2023-07-04T10:48:02.572161-04:00",
            "created_at": "2023-07-03T11:03:19.025236-04:00",
            "name": "MIL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a65c108-74e3-4ddc-aafb-4a3cdd629aa4/?format=api"
        },
        {
            "id": "cc434936-db6d-4806-9c1d-6459a2883a8c",
            "gambit_id": "e316a924-e8fc-4cf1-abfa-79d6f8e4a9f1",
            "last_updated": "2023-07-04T10:48:02.570266-04:00",
            "created_at": "2023-07-03T11:03:19.023229-04:00",
            "name": "CHC",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a65c108-74e3-4ddc-aafb-4a3cdd629aa4/?format=api"
        }
    ]
}