GET /api/bet_types/ca3bc497-b249-493a-8042-7dd61d42df59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca3bc497-b249-493a-8042-7dd61d42df59",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3e0db25-284a-429a-bbcc-c8cc43fa2a85/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:13.507956-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": "CHC",
                "amount": 6324.0
            },
            {
                "team": "MIL",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d6f9e8e-ea98-47a5-8a66-7e7c3cea4b11",
            "gambit_id": "7bd9f489-218d-4aa3-94ba-69584604113b",
            "last_updated": "2023-08-31T19:28:23.724692-04:00",
            "created_at": "2023-08-30T08:18:13.536843-04:00",
            "name": "CHC",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca3bc497-b249-493a-8042-7dd61d42df59/?format=api"
        },
        {
            "id": "2e39174f-6828-4618-afdb-6078f698bf8f",
            "gambit_id": "0aaaf48b-8de7-4017-a135-af42113b0bc9",
            "last_updated": "2023-08-31T19:28:23.721456-04:00",
            "created_at": "2023-08-30T08:18:13.519480-04:00",
            "name": "MIL",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca3bc497-b249-493a-8042-7dd61d42df59/?format=api"
        }
    ]
}