GET /api/bet_types/d9283fd4-8700-4e4b-b0d2-08dec3adcbc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9283fd4-8700-4e4b-b0d2-08dec3adcbc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/52670380-ed7b-4f02-8120-d62b9886c7dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:08.190335-04: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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f29d3ae9-24e9-43cc-a909-5b32ea08af4c",
            "gambit_id": "26d5accf-c7ee-45d7-9892-0b805202a39b",
            "last_updated": "2023-07-03T01:08:12.282645-04:00",
            "created_at": "2023-07-01T09:23:08.196866-04:00",
            "name": "Game Total Under 10",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9283fd4-8700-4e4b-b0d2-08dec3adcbc3/?format=api"
        },
        {
            "id": "d6f71129-1a36-4766-b681-270e0d33b77d",
            "gambit_id": "12b58bc3-4fd4-4a85-91c5-762332bda7d0",
            "last_updated": "2023-07-03T01:08:12.281231-04:00",
            "created_at": "2023-07-01T09:23:08.193239-04:00",
            "name": "Game Total Over 10",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9283fd4-8700-4e4b-b0d2-08dec3adcbc3/?format=api"
        }
    ]
}