GET /api/bet_types/6d99e466-61bc-43ea-8742-93d7c5d2cb77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d99e466-61bc-43ea-8742-93d7c5d2cb77",
    "match": "https://api-prod.gambitprofit.com/api/matches/5abab1af-ddeb-4199-999b-bef3ea937b9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:37:00.148571-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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "93288dfc-923a-4881-b8ac-f0197040e3c4",
            "gambit_id": "3044fefa-cb0f-426d-9db1-1528f313a301",
            "last_updated": "2023-03-01T09:47:09.958470-05:00",
            "created_at": "2023-02-28T12:37:00.149824-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d99e466-61bc-43ea-8742-93d7c5d2cb77/?format=api"
        },
        {
            "id": "212094c4-e5df-4beb-8561-d2249534efbe",
            "gambit_id": "a10d28bf-18b8-4a47-aabe-eac0141689f7",
            "last_updated": "2023-03-01T09:47:09.959640-05:00",
            "created_at": "2023-02-28T12:37:00.151144-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d99e466-61bc-43ea-8742-93d7c5d2cb77/?format=api"
        }
    ]
}