GET /api/bet_types/cd99087f-c39a-402f-8ad9-331399cd759c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd99087f-c39a-402f-8ad9-331399cd759c",
    "match": "https://api-prod.gambitprofit.com/api/matches/25999338-0b14-49dc-a685-a26cc89d03c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-30T08:23:06.183878-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": "COL",
                "amount": 5784.0
            },
            {
                "team": "DET",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "b896e64e-4745-4c29-aac2-6b88d1e26caf",
            "gambit_id": "6da45888-3e5a-4588-ab6c-26116317d98c",
            "last_updated": "2023-07-02T11:03:47.530974-04:00",
            "created_at": "2023-06-30T08:23:06.187875-04:00",
            "name": "COL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd99087f-c39a-402f-8ad9-331399cd759c/?format=api"
        },
        {
            "id": "6bdf83f5-22ae-486a-b2c9-397dd52983d1",
            "gambit_id": "e387e801-9a2a-4636-9713-9f74f3e661a1",
            "last_updated": "2023-07-02T11:03:47.529465-04:00",
            "created_at": "2023-06-30T08:23:06.186023-04:00",
            "name": "DET",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd99087f-c39a-402f-8ad9-331399cd759c/?format=api"
        }
    ]
}