GET /api/bet_types/88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37",
    "match": "https://api-prod.gambitprofit.com/api/matches/a500a70d-8820-44c4-bc6c-cbbea9d18328/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T11:41:55.379010-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": "Game Total Over 5.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "a744f946-cc46-4a15-a24d-eb96d1ef6e00",
            "gambit_id": "c40020eb-f7df-4054-a69a-c531e781d61c",
            "last_updated": "2023-02-25T17:27:18.799689-05:00",
            "created_at": "2023-02-24T11:41:55.381695-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37/?format=api"
        },
        {
            "id": "d6eb1853-ac42-402e-8e8b-46a82127f2c2",
            "gambit_id": "a1cbefff-75d2-407c-b2b1-e1d0a3485a37",
            "last_updated": "2023-02-25T17:27:18.798549-05:00",
            "created_at": "2023-02-24T11:41:55.380363-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37/?format=api"
        }
    ]
}