GET /api/bet_types/c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c57c7ad-373f-49c8-8870-b7cfede72761/?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": 6309.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 8895.31,
        "profit_sb": -104.69,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "a37a5da7-42bc-41da-9a21-7e9f57d8879a",
            "gambit_id": "5e8d6797-14ed-4805-9600-6e0d2129f561",
            "last_updated": "2022-08-18T10:46:54.208291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f/?format=api"
        },
        {
            "id": "528d2f89-8cea-4a36-99a4-8691ed754a8f",
            "gambit_id": "7bdb2680-e09b-413b-8071-79ace56b267f",
            "last_updated": "2022-08-18T10:46:54.207786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f/?format=api"
        }
    ]
}