GET /api/bet_types/8ece1d6a-bac7-4084-ae06-086f130591d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ece1d6a-bac7-4084-ae06-086f130591d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee6299d7-76a5-4a53-a5a1-d5719dfc8cba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-26T08:58:21.896639-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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "491d5bea-5df4-465d-8d1f-9cebc4dd363f",
            "gambit_id": "3e7bf158-5959-4ac7-a9d2-eb86e1bb6df4",
            "last_updated": "2023-09-28T19:13:19.247362-04:00",
            "created_at": "2023-09-26T08:58:21.906279-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ece1d6a-bac7-4084-ae06-086f130591d9/?format=api"
        },
        {
            "id": "d6ede1cb-fd46-452d-901d-e2da045ace2a",
            "gambit_id": "285c4b1a-83c9-4fd9-81f3-edd63bb32d65",
            "last_updated": "2023-09-28T19:13:19.243551-04:00",
            "created_at": "2023-09-26T08:58:21.900755-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ece1d6a-bac7-4084-ae06-086f130591d9/?format=api"
        }
    ]
}