GET /api/bet_types/2ffcf6e5-67f0-411d-a025-88cf511a9dcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ffcf6e5-67f0-411d-a025-88cf511a9dcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edef9d8-f01c-452d-b3ec-96d04bbb86a2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:16.408199-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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7871c46-5680-438a-bde3-24cd1ca594f1",
            "gambit_id": "3a3ec19a-f037-4655-aa2b-c070a5365c84",
            "last_updated": "2023-11-24T10:28:21.801119-05:00",
            "created_at": "2023-11-22T09:13:16.416963-05:00",
            "name": "Game Total Over 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ffcf6e5-67f0-411d-a025-88cf511a9dcb/?format=api"
        },
        {
            "id": "71e5679f-c264-4af7-9847-fdae32ae47de",
            "gambit_id": "e90e8d9d-c2dc-48a3-accd-9dbe3ddf0261",
            "last_updated": "2023-11-24T10:28:21.797798-05:00",
            "created_at": "2023-11-22T09:13:16.421657-05:00",
            "name": "Game Total Under 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ffcf6e5-67f0-411d-a025-88cf511a9dcb/?format=api"
        }
    ]
}