GET /api/bet_types/f3cea61a-7d4f-466d-93ea-430137b93eab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3cea61a-7d4f-466d-93ea-430137b93eab",
    "match": "https://api-prod.gambitprofit.com/api/matches/d385910a-36cc-4a34-8e8b-1da4a6e3b8fd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:52.862776-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c666dc8c-0255-4b12-81fc-cb097b659475",
            "gambit_id": "e7818ce2-7eaf-4c67-b67f-5cba6e8c7801",
            "last_updated": "2023-01-19T09:27:09.264699-05:00",
            "created_at": "2023-01-18T09:16:52.863999-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3cea61a-7d4f-466d-93ea-430137b93eab/?format=api"
        },
        {
            "id": "36bba61d-44bc-4ac4-b581-47968a72627a",
            "gambit_id": "f601d3a5-154a-411e-83e4-bed95d912592",
            "last_updated": "2023-01-19T09:27:09.267862-05:00",
            "created_at": "2023-01-18T09:16:52.865271-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3cea61a-7d4f-466d-93ea-430137b93eab/?format=api"
        }
    ]
}