GET /api/bet_types/04fad564-0b89-4ba7-8488-6780bd2ce3ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04fad564-0b89-4ba7-8488-6780bd2ce3ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/583a2e07-7203-49c4-b057-b77e00b2bfe0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:02.947636-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 244.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 244.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "882d5c08-b6ce-401f-b269-316149f27e3b",
            "gambit_id": "7819f315-d4d8-4dcc-9ad8-d141afabdb6b",
            "last_updated": "2023-12-28T18:33:08.486053-05:00",
            "created_at": "2023-12-27T09:03:02.951846-05:00",
            "name": "Game Total Over 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04fad564-0b89-4ba7-8488-6780bd2ce3ad/?format=api"
        },
        {
            "id": "386de0bc-63fd-4f74-8d66-fc6ec3c88dcf",
            "gambit_id": "818badb4-c476-4de8-9777-42c998cceb9c",
            "last_updated": "2023-12-28T18:33:08.489658-05:00",
            "created_at": "2023-12-27T09:03:02.955916-05:00",
            "name": "Game Total Under 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04fad564-0b89-4ba7-8488-6780bd2ce3ad/?format=api"
        }
    ]
}