GET /api/bet_types/ae1d68aa-b614-490c-a936-c7d6daf92b97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae1d68aa-b614-490c-a936-c7d6daf92b97",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4ce076f-0298-4403-9e09-3566f518ce8f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-08T08:57:07.985050-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47d4f911-5540-4be8-9390-a248352aa5d4",
            "gambit_id": "59322b04-2e68-4178-b9fd-d6fd59510cc2",
            "last_updated": "2023-03-09T09:52:06.738704-05:00",
            "created_at": "2023-03-08T08:57:07.986360-05:00",
            "name": "Game Total Under 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1d68aa-b614-490c-a936-c7d6daf92b97/?format=api"
        },
        {
            "id": "c3d4dec6-50b9-4f11-8c30-9734ec87a002",
            "gambit_id": "562d8546-ab7b-481c-ac8c-b60221129123",
            "last_updated": "2023-03-09T09:52:06.739843-05:00",
            "created_at": "2023-03-08T08:57:07.987736-05:00",
            "name": "Game Total Over 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1d68aa-b614-490c-a936-c7d6daf92b97/?format=api"
        }
    ]
}