GET /api/bet_types/f42591a7-9967-4f00-94f0-ef58272525a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f42591a7-9967-4f00-94f0-ef58272525a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e06a4ca4-b5d7-425a-832c-30e28006f201/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-14T17:37:10.200381-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 Over 6.5",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d6833b3-bc7b-4c4c-ada5-8803f3b8637f",
            "gambit_id": "6283ecf1-f31c-478c-b163-607c488345f7",
            "last_updated": "2023-02-15T10:57:08.050420-05:00",
            "created_at": "2023-02-14T17:37:10.202987-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f42591a7-9967-4f00-94f0-ef58272525a9/?format=api"
        },
        {
            "id": "5eb72d4c-cc6a-417b-a0d9-9115c2ccbdf8",
            "gambit_id": "f181f993-3932-44c9-8d52-227a32c745e5",
            "last_updated": "2023-02-15T10:57:08.049251-05:00",
            "created_at": "2023-02-14T17:37:10.201689-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f42591a7-9967-4f00-94f0-ef58272525a9/?format=api"
        }
    ]
}