GET /api/bet_types/d7ba7404-ae0f-45e0-9637-15c9a6308a17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7ba7404-ae0f-45e0-9637-15c9a6308a17",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6c0b03f-fc57-471d-b1c8-ddabc7f44ad7/?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 Over 9.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3326c56-778a-446a-8919-1a917f7b5e6c",
            "gambit_id": "4e9f6a9e-a0c0-4d62-b94e-067a326d164a",
            "last_updated": "2022-09-19T11:47:12.965407-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ba7404-ae0f-45e0-9637-15c9a6308a17/?format=api"
        },
        {
            "id": "54e62cfa-6a48-43d1-976f-595002dc61c9",
            "gambit_id": "b5f3139d-7c2f-499f-a281-5e6d4e6649ca",
            "last_updated": "2022-09-19T11:47:12.964204-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ba7404-ae0f-45e0-9637-15c9a6308a17/?format=api"
        }
    ]
}