GET /api/bet_types/1ca56b97-63db-499f-9e76-f2f8b61c53c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ca56b97-63db-499f-9e76-f2f8b61c53c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f40a083-8878-4819-9306-e5fdfae5377d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T09:58:12.889503-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a73ce8-2232-4e03-b9dd-fb0268880f24",
            "gambit_id": "6f9a449d-8786-4247-984a-79e039ded335",
            "last_updated": "2023-08-28T16:23:37.471899-04:00",
            "created_at": "2023-08-27T09:58:12.896481-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca56b97-63db-499f-9e76-f2f8b61c53c2/?format=api"
        },
        {
            "id": "78f36c49-2a4f-424f-a478-53d52e7325cc",
            "gambit_id": "9e5db0da-dfc7-4fb3-9233-eaa52b04684e",
            "last_updated": "2023-08-28T16:23:37.475608-04:00",
            "created_at": "2023-08-27T09:58:12.892929-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca56b97-63db-499f-9e76-f2f8b61c53c2/?format=api"
        }
    ]
}