GET /api/bet_types/ef8eb0d1-a800-4d6f-b084-2618e00000bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef8eb0d1-a800-4d6f-b084-2618e00000bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/46d17141-7042-4d8e-ac00-fbef7c1cc609/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T11:57:04.151688-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 41",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb47bb4d-ac1c-4227-9024-847aad2b3189",
            "gambit_id": "264b0482-ccb7-494d-a85b-2e0ba4ba7008",
            "last_updated": "2023-03-20T10:12:00.495947-04:00",
            "created_at": "2023-03-17T11:57:04.153436-04:00",
            "name": "Game Total Under 41",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef8eb0d1-a800-4d6f-b084-2618e00000bf/?format=api"
        },
        {
            "id": "8e1bc8b3-48a6-4c3c-b3a2-d04d11941a5c",
            "gambit_id": "c6b95ed5-edec-4956-9696-e8c0b8525d04",
            "last_updated": "2023-03-20T10:12:00.497631-04:00",
            "created_at": "2023-03-17T11:57:04.155003-04:00",
            "name": "Game Total Over 41",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef8eb0d1-a800-4d6f-b084-2618e00000bf/?format=api"
        }
    ]
}