GET /api/bet_types/158f1c49-aecb-4a20-a6c3-b004ff09bffc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "158f1c49-aecb-4a20-a6c3-b004ff09bffc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9123735-2734-4a5c-838d-9485d1cd74c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:08.384315-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "98e98c56-cbf0-4cb3-b79e-c8cb5b869fc4",
            "gambit_id": "97425223-29f6-4c02-b2ed-f19e531cc820",
            "last_updated": "2023-04-13T11:07:16.007329-04:00",
            "created_at": "2023-04-12T08:57:08.388961-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/158f1c49-aecb-4a20-a6c3-b004ff09bffc/?format=api"
        },
        {
            "id": "45c019c7-887a-4010-84c6-505ee4926826",
            "gambit_id": "0c39fd42-d502-4c46-8810-8b7ac7a7b1dd",
            "last_updated": "2023-04-13T11:07:16.005994-04:00",
            "created_at": "2023-04-12T08:57:08.386034-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/158f1c49-aecb-4a20-a6c3-b004ff09bffc/?format=api"
        }
    ]
}