GET /api/bet_types/afc997aa-6eb3-4aff-b0b1-56108130edb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afc997aa-6eb3-4aff-b0b1-56108130edb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8da0e152-ff98-44e8-bb94-83d60ced1bba/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T09:33:13.282172-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 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b57184a-eea4-469e-a7c8-df2bc058e51f",
            "gambit_id": "c83c7e46-daf4-4bef-9b1f-068e1a6613c1",
            "last_updated": "2024-01-22T11:58:18.709397-05:00",
            "created_at": "2024-01-19T09:33:13.290354-05:00",
            "name": "Game Total Over 50.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afc997aa-6eb3-4aff-b0b1-56108130edb1/?format=api"
        },
        {
            "id": "11e06370-677a-48db-9d90-534ac6d37207",
            "gambit_id": "f670d9bb-abe7-4011-9166-7d99ac8f944b",
            "last_updated": "2024-01-22T11:58:18.706023-05:00",
            "created_at": "2024-01-19T09:33:13.286530-05:00",
            "name": "Game Total Under 50.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afc997aa-6eb3-4aff-b0b1-56108130edb1/?format=api"
        }
    ]
}