GET /api/bet_types/0d76d23a-0de4-4606-9bd2-d3b240973f68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d76d23a-0de4-4606-9bd2-d3b240973f68",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c65deda-e901-4158-aa91-cc2385a1c58e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:05.772805-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "204a0fc2-0d2c-4d43-ac0c-e3dafc2d8731",
            "gambit_id": "e08ec178-cb6c-4e7a-a85a-57bf9f115477",
            "last_updated": "2023-05-10T15:42:08.979508-04:00",
            "created_at": "2023-05-09T11:07:05.774882-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d76d23a-0de4-4606-9bd2-d3b240973f68/?format=api"
        },
        {
            "id": "0f7718d5-df97-4388-9390-cacf6b7322b8",
            "gambit_id": "dee63977-cdad-475c-93f3-d2ec56c301ac",
            "last_updated": "2023-05-10T15:42:08.981035-04:00",
            "created_at": "2023-05-09T11:07:05.777550-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d76d23a-0de4-4606-9bd2-d3b240973f68/?format=api"
        }
    ]
}