GET /api/bet_types/5e150022-65e2-4584-8929-b5b5637779ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e150022-65e2-4584-8929-b5b5637779ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e6806e0-5328-494d-9e88-d41a18cc6f7f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:11.158612-04: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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6656d8b-3f75-4f4a-9dd6-9abb25d83013",
            "gambit_id": "569f330b-1d66-4f9c-9278-88044ccac888",
            "last_updated": "2023-04-03T19:46:54.801536-04:00",
            "created_at": "2023-04-02T09:57:11.160740-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e150022-65e2-4584-8929-b5b5637779ee/?format=api"
        },
        {
            "id": "496aac7d-4ed9-4bf3-a5a5-9249c35286eb",
            "gambit_id": "b1a938a9-d888-4110-867e-805e90d39415",
            "last_updated": "2023-04-03T19:46:54.804003-04:00",
            "created_at": "2023-04-02T09:57:11.163036-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e150022-65e2-4584-8929-b5b5637779ee/?format=api"
        }
    ]
}