GET /api/bet_types/707fd84c-2897-4d72-912e-6328c9146ae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "707fd84c-2897-4d72-912e-6328c9146ae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee8c2230-e7d7-4448-a1a3-050d43c376f1/?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 Under 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "66f0dd51-f894-4a12-983f-0efb867702a7",
            "gambit_id": "ea692ced-1b32-4dab-bc7a-3013dc1306e2",
            "last_updated": "2022-10-14T09:52:04.722043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/707fd84c-2897-4d72-912e-6328c9146ae8/?format=api"
        },
        {
            "id": "f18ff43a-222d-422b-b466-f8f3bd27de58",
            "gambit_id": "8183f66c-adb8-4d1b-a2d2-c66c5da8c291",
            "last_updated": "2022-10-14T09:52:04.723218-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/707fd84c-2897-4d72-912e-6328c9146ae8/?format=api"
        }
    ]
}