GET /api/bet_types/53c33062-d6e6-4a4e-878c-9c67124d6444/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53c33062-d6e6-4a4e-878c-9c67124d6444",
    "match": "https://api-prod.gambitprofit.com/api/matches/b049d0d5-59be-4515-b1a4-bd288f142804/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:07.439108-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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "da28640f-30c2-4a08-8323-41281209d6f1",
            "gambit_id": "13edd9f4-3058-4a75-a0eb-6f03f2eda503",
            "last_updated": "2023-12-07T21:43:04.474378-05:00",
            "created_at": "2023-12-06T09:13:07.451655-05:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53c33062-d6e6-4a4e-878c-9c67124d6444/?format=api"
        },
        {
            "id": "645035e2-0775-4c5a-a966-385f616a968b",
            "gambit_id": "3d46a736-b957-4e81-8c58-793114f37011",
            "last_updated": "2023-12-07T21:43:04.470974-05:00",
            "created_at": "2023-12-06T09:13:07.446536-05:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53c33062-d6e6-4a4e-878c-9c67124d6444/?format=api"
        }
    ]
}