GET /api/bet_types/151b0c68-070e-43a6-9a5b-aa1406ca4c46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "151b0c68-070e-43a6-9a5b-aa1406ca4c46",
    "match": "https://api-prod.gambitprofit.com/api/matches/565b8b02-5909-447d-94f5-43bd705d0550/?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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a87a9a61-4898-4462-971f-23541b729570",
            "gambit_id": "ede43580-9a00-4ab2-b035-764ee51ff6f6",
            "last_updated": "2022-09-17T17:17:26.235236-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151b0c68-070e-43a6-9a5b-aa1406ca4c46/?format=api"
        },
        {
            "id": "5d8035bd-9930-4da7-87d6-b60032d1057c",
            "gambit_id": "2b11a30a-eb41-4d9b-9377-ede74b485a08",
            "last_updated": "2022-09-17T17:17:26.234275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151b0c68-070e-43a6-9a5b-aa1406ca4c46/?format=api"
        }
    ]
}