GET /api/bet_types/59dcc63a-b7c6-4ea3-9e6c-d852a6080839/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59dcc63a-b7c6-4ea3-9e6c-d852a6080839",
    "match": "https://api-prod.gambitprofit.com/api/matches/1058893f-cddb-47a3-85d3-08a8da1849df/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-21T08:51:54.816314-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": 5610.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "d647c8c2-70fb-42b4-8f67-6bc7fd2655a7",
            "gambit_id": "6c38b089-dbfc-49c0-886a-97b9e3e76880",
            "last_updated": "2023-02-22T08:57:05.219882-05:00",
            "created_at": "2023-02-21T08:51:54.818870-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59dcc63a-b7c6-4ea3-9e6c-d852a6080839/?format=api"
        },
        {
            "id": "1b72cc80-3242-44d9-80fe-a80296b164ad",
            "gambit_id": "e9251ea0-d914-4ec9-b4e2-c6594c0cdc11",
            "last_updated": "2023-02-22T08:57:05.218724-05:00",
            "created_at": "2023-02-21T08:51:54.817613-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59dcc63a-b7c6-4ea3-9e6c-d852a6080839/?format=api"
        }
    ]
}