GET /api/bet_types/96d29596-2ab3-4b37-9271-44be71a29295/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96d29596-2ab3-4b37-9271-44be71a29295",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9f6865a-29fc-4cdb-a615-58decac4bb31/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-22T09:01:56.600261-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.5",
                "amount": 5211.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "1032020a-282c-4932-aa37-99f597af628e",
            "gambit_id": "e58d9d59-57c6-41c9-a006-1e69b7329e4d",
            "last_updated": "2023-01-23T15:37:00.733049-05:00",
            "created_at": "2023-01-22T09:01:56.601593-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d29596-2ab3-4b37-9271-44be71a29295/?format=api"
        },
        {
            "id": "30031798-04ef-45e2-9cbe-f82d5a06b89f",
            "gambit_id": "b6de8c0e-bbe9-49b8-a75c-d9de416e2203",
            "last_updated": "2023-01-23T15:37:00.734367-05:00",
            "created_at": "2023-01-22T09:01:56.602957-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d29596-2ab3-4b37-9271-44be71a29295/?format=api"
        }
    ]
}