GET /api/bet_types/4e08e820-8830-4f0b-913f-dde24eec58c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e08e820-8830-4f0b-913f-dde24eec58c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e614a14-c0f9-4a8b-9f9b-33db00f9314a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b2c7a7a-1d18-4d4c-8be6-c6edc0e5018a",
            "gambit_id": "23676103-f0e1-421e-b027-af81a80fed3a",
            "last_updated": "2022-12-15T10:52:00.132090-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e08e820-8830-4f0b-913f-dde24eec58c2/?format=api"
        },
        {
            "id": "8a65550c-8431-43b4-967f-d78b4170c049",
            "gambit_id": "6701e8c6-adc2-42bf-821c-9b2b962e0db5",
            "last_updated": "2022-12-15T10:52:00.130388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e08e820-8830-4f0b-913f-dde24eec58c2/?format=api"
        }
    ]
}