GET /api/bet_types/e6637247-205a-4743-a39b-7e2f57055366/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6637247-205a-4743-a39b-7e2f57055366",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b6e32c0-90d3-4f52-bab1-55cb443f992a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5492.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b00d3d3-b921-4372-82ca-3e406935299c",
            "gambit_id": "c8466f8e-71c5-4b26-8322-2d3f158b10fe",
            "last_updated": "2022-11-14T11:02:50.242313-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6637247-205a-4743-a39b-7e2f57055366/?format=api"
        },
        {
            "id": "39fda28f-4884-4ec3-81a3-edca77b82264",
            "gambit_id": "8ab8685d-c4c4-40c6-80a9-196ecdcb0745",
            "last_updated": "2022-11-14T11:02:50.243483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6637247-205a-4743-a39b-7e2f57055366/?format=api"
        }
    ]
}