GET /api/bet_types/0515f47f-8b3c-40fe-af5c-5da70f5955dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0515f47f-8b3c-40fe-af5c-5da70f5955dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d72cee-f984-40d7-aef7-61c046902986/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:23.891708-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 7",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "2194d02d-a785-4103-9c46-8b49cf549c6a",
            "gambit_id": "194868a2-e98c-4322-a145-24a4c1e668f5",
            "last_updated": "2023-11-20T14:58:33.272952-05:00",
            "created_at": "2023-11-18T09:38:23.904120-05:00",
            "name": "Game Total Under 7",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0515f47f-8b3c-40fe-af5c-5da70f5955dd/?format=api"
        },
        {
            "id": "118104fe-5d7d-4f68-a41c-9a2cb5d22849",
            "gambit_id": "109b4309-4be1-40f3-ae12-4aabf75876cc",
            "last_updated": "2023-11-20T14:58:33.269757-05:00",
            "created_at": "2023-11-18T09:38:23.895580-05:00",
            "name": "Game Total Over 7",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0515f47f-8b3c-40fe-af5c-5da70f5955dd/?format=api"
        }
    ]
}