GET /api/bet_types/c4e3097b-f518-4481-b441-3deea0c618a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4e3097b-f518-4481-b441-3deea0c618a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/969d80bf-f8bd-4d8b-8a1f-32a661413727/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:04.456935-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d6a11e9-fb3a-440d-bd83-4c011c6be5d1",
            "gambit_id": "c4c99302-1371-4d2f-880d-1f51ba2a03e9",
            "last_updated": "2023-04-12T09:46:55.110298-04:00",
            "created_at": "2023-04-11T10:27:04.459618-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4e3097b-f518-4481-b441-3deea0c618a6/?format=api"
        },
        {
            "id": "9af0513d-885b-4731-a2b8-87ba98e8952d",
            "gambit_id": "3e17332a-32e3-4982-b0a5-21e0f47050c2",
            "last_updated": "2023-04-12T09:46:55.112359-04:00",
            "created_at": "2023-04-11T10:27:04.462466-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4e3097b-f518-4481-b441-3deea0c618a6/?format=api"
        }
    ]
}