GET /api/bet_types/76ce9ebe-d1c6-4fe3-839a-bf57ba5b532e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76ce9ebe-d1c6-4fe3-839a-bf57ba5b532e",
    "match": "https://api-prod.gambitprofit.com/api/matches/11365848-a443-4b94-a4ef-5ace8001fea1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T08:42:01.669337-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c365514-928e-4bb8-9c55-c4edb6d92e54",
            "gambit_id": "3049702c-7bab-4a22-8bdb-9008770acd14",
            "last_updated": "2023-02-08T09:47:03.998527-05:00",
            "created_at": "2023-02-07T08:42:01.670678-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76ce9ebe-d1c6-4fe3-839a-bf57ba5b532e/?format=api"
        },
        {
            "id": "7a224e1d-0fe1-4f23-8575-e540147550d7",
            "gambit_id": "909bbb68-7e07-4735-86f7-62997e6fef5b",
            "last_updated": "2023-02-08T09:47:03.999748-05:00",
            "created_at": "2023-02-07T08:42:01.671987-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76ce9ebe-d1c6-4fe3-839a-bf57ba5b532e/?format=api"
        }
    ]
}