GET /api/bet_types/ed5080f3-c934-4cfe-a124-f59b4c766414/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed5080f3-c934-4cfe-a124-f59b4c766414",
    "match": "https://api-prod.gambitprofit.com/api/matches/87422bce-c39c-4a47-8ba9-da09183a7890/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:53:02.979359-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",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2049ab32-152e-4574-ac36-2c0033dde933",
            "gambit_id": "fb8d7f72-aa3a-4807-af85-ca37f5fac1f8",
            "last_updated": "2023-12-21T10:03:16.718574-05:00",
            "created_at": "2023-12-19T08:53:02.982911-05:00",
            "name": "Game Total Over 6",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed5080f3-c934-4cfe-a124-f59b4c766414/?format=api"
        },
        {
            "id": "ef04e132-b304-4c54-aac5-37ddf068d433",
            "gambit_id": "5a853258-996a-4b5e-9ec3-3b0cbf7fd130",
            "last_updated": "2023-12-21T10:03:16.721963-05:00",
            "created_at": "2023-12-19T08:53:02.987876-05:00",
            "name": "Game Total Under 6",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed5080f3-c934-4cfe-a124-f59b4c766414/?format=api"
        }
    ]
}