GET /api/bet_types/b3e078b4-446c-4113-a413-b3f60ef09bd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3e078b4-446c-4113-a413-b3f60ef09bd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/08572149-1d66-4cc9-b1f3-0256c6d16e77/?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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "64b835f9-ccbc-4ac4-b2a4-e9f9b9c17732",
            "gambit_id": "3fce9fb4-03f8-40e1-ad5c-ab810aa76c0b",
            "last_updated": "2022-10-18T09:27:07.630653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e078b4-446c-4113-a413-b3f60ef09bd1/?format=api"
        },
        {
            "id": "992c9b5a-8dc8-4349-9943-3b58a4c6eadb",
            "gambit_id": "9ae5a8b9-010b-4f0e-b2c5-49eb37c9615b",
            "last_updated": "2022-10-18T09:27:07.631789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e078b4-446c-4113-a413-b3f60ef09bd1/?format=api"
        }
    ]
}