GET /api/bet_types/381f5dee-0f65-4572-9111-a22b879773bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "381f5dee-0f65-4572-9111-a22b879773bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b5e6f6e-2c1c-4236-9ad5-79a66d91c15f/?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 215.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "76c39cba-7764-4e09-a329-95643308505e",
            "gambit_id": "e4f4a3ef-193f-4127-b4ec-c0ce7ecab1ed",
            "last_updated": "2022-11-06T20:17:26.582123-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 215.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/381f5dee-0f65-4572-9111-a22b879773bd/?format=api"
        },
        {
            "id": "f6f095a4-015d-497c-a855-31497c6ea2b3",
            "gambit_id": "67005ab2-3906-441c-aabe-cc9fec91fe25",
            "last_updated": "2022-11-06T20:17:26.583377-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 215.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/381f5dee-0f65-4572-9111-a22b879773bd/?format=api"
        }
    ]
}