GET /api/bet_types/5183c6c5-1c07-44fa-8396-f6309fb89020/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5183c6c5-1c07-44fa-8396-f6309fb89020",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a93250f-5178-4e7e-8503-b4c692e6072e/?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 Under 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a964a3b3-4b98-47b8-b69c-38827f42b81c",
            "gambit_id": "01140736-0d9c-4c58-b691-dee69885b0f9",
            "last_updated": "2022-12-03T09:57:35.563837-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5183c6c5-1c07-44fa-8396-f6309fb89020/?format=api"
        },
        {
            "id": "83227e5c-cfdb-4a02-a0cc-1ac007a62444",
            "gambit_id": "186b2af2-a462-4ffd-b4c7-e231830b3a93",
            "last_updated": "2022-12-03T09:57:35.565047-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5183c6c5-1c07-44fa-8396-f6309fb89020/?format=api"
        }
    ]
}