GET /api/bet_types/7608a623-b787-4579-98d0-03cf79771591/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7608a623-b787-4579-98d0-03cf79771591",
    "match": "https://api-prod.gambitprofit.com/api/matches/39f3b258-b375-4a7b-b569-65156c583f83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-30T17:46:53.290106-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3fb33c0-c019-4863-b19b-d3564c66950c",
            "gambit_id": "c198edc4-7009-4be0-9535-4cd7b7645746",
            "last_updated": "2023-01-31T09:12:13.154549-05:00",
            "created_at": "2023-01-30T17:46:53.294338-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7608a623-b787-4579-98d0-03cf79771591/?format=api"
        },
        {
            "id": "498c869f-627f-4c64-b7d0-bdc8c57d5759",
            "gambit_id": "f6181d7e-c94c-416b-824d-3df5b089b043",
            "last_updated": "2023-01-31T09:12:13.153296-05:00",
            "created_at": "2023-01-30T17:46:53.292244-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7608a623-b787-4579-98d0-03cf79771591/?format=api"
        }
    ]
}