GET /api/bet_types/c0b7610b-4e68-4642-9ac1-bbae3fdf27be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0b7610b-4e68-4642-9ac1-bbae3fdf27be",
    "match": "https://api-prod.gambitprofit.com/api/matches/895b1ded-a5e8-4fe1-aef2-0344457a6cc8/?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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bbe7b72-97da-4319-a917-6efb9ac945bc",
            "gambit_id": "aa0cbd67-873f-46c2-b6c4-064ea9fa925a",
            "last_updated": "2022-10-31T11:47:11.215854-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b7610b-4e68-4642-9ac1-bbae3fdf27be/?format=api"
        },
        {
            "id": "24c6d98b-4aef-45a8-b81e-343ea9d02666",
            "gambit_id": "f7e86158-198a-4c16-b180-e445bf8c9b61",
            "last_updated": "2022-10-31T11:47:11.217003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b7610b-4e68-4642-9ac1-bbae3fdf27be/?format=api"
        }
    ]
}