GET /api/bet_types/92ae48d2-a3da-46aa-aa2f-28bb5c303b13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92ae48d2-a3da-46aa-aa2f-28bb5c303b13",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4c55f6-7a73-48f3-a9bc-c9934e28e232/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1a5d5da-3815-4c7a-8a60-eaddf82cdbc0",
            "gambit_id": "44ba1eb7-f9f2-480a-9f04-599e8730d0ff",
            "last_updated": "2022-09-12T10:37:07.899847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92ae48d2-a3da-46aa-aa2f-28bb5c303b13/?format=api"
        },
        {
            "id": "c3227967-e2f2-4589-a1fc-db2333c41de2",
            "gambit_id": "b8395f9b-e0b1-4bb5-a2b2-4d69730d5426",
            "last_updated": "2022-09-12T10:37:07.900979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92ae48d2-a3da-46aa-aa2f-28bb5c303b13/?format=api"
        }
    ]
}