GET /api/bet_types/c6750367-ebbd-4fa5-97fc-6f8eb21bea13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6750367-ebbd-4fa5-97fc-6f8eb21bea13",
    "match": "https://api-prod.gambitprofit.com/api/matches/35d3281e-f43c-49bd-b013-e09351a28dd3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:17.622139-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": "Oklahoma City Thunder",
                "amount": 5423.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "39670d71-10ef-4f17-8da7-b39a2104a825",
            "gambit_id": "dced460d-44e4-4456-857d-f4ed37f83652",
            "last_updated": "2023-12-27T13:17:59.401079-05:00",
            "created_at": "2023-12-26T11:58:17.625676-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6750367-ebbd-4fa5-97fc-6f8eb21bea13/?format=api"
        },
        {
            "id": "d7d88d96-0858-40df-8255-6451c3fd6de8",
            "gambit_id": "657d9e4b-2fdc-43e4-995f-49683c835f7d",
            "last_updated": "2023-12-27T13:17:59.404470-05:00",
            "created_at": "2023-12-26T11:58:17.629579-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6750367-ebbd-4fa5-97fc-6f8eb21bea13/?format=api"
        }
    ]
}