GET /api/bet_types/1f615658-124e-4c95-bab5-2bbb7b093c29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f615658-124e-4c95-bab5-2bbb7b093c29",
    "match": "https://api-prod.gambitprofit.com/api/matches/355715d2-22a6-47e6-8630-dd89a715cae2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T14:12:14.480790-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5293b9c9-3a9c-4cef-8acf-823b9f085f52",
            "gambit_id": "379f7423-29ad-40fb-b1bc-240afd9d1916",
            "last_updated": "2023-04-07T20:27:05.822702-04:00",
            "created_at": "2023-04-06T14:12:14.484098-04:00",
            "name": "Game Total Under 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f615658-124e-4c95-bab5-2bbb7b093c29/?format=api"
        },
        {
            "id": "f5ade48d-640b-461c-aa9b-c6b8e7b35344",
            "gambit_id": "f94e9929-bd41-401b-bf21-20318ae007e5",
            "last_updated": "2023-04-07T20:27:05.824893-04:00",
            "created_at": "2023-04-06T14:12:14.487837-04:00",
            "name": "Game Total Over 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f615658-124e-4c95-bab5-2bbb7b093c29/?format=api"
        }
    ]
}