GET /api/bet_types/8ad95bec-ea0a-45e7-8dca-5af33f387dbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ad95bec-ea0a-45e7-8dca-5af33f387dbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0df6ad8b-7a6c-4b64-b276-f4baf496254d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-22T12:32:09.447891-04: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": 5317.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "579587cc-baed-4ee2-a728-e18e8dd4b46d",
            "gambit_id": "a790ff8f-d9ff-4070-8d38-5a7502618c43",
            "last_updated": "2023-03-23T17:56:56.783449-04:00",
            "created_at": "2023-03-22T12:32:09.450103-04:00",
            "name": "Game Total Under 7",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ad95bec-ea0a-45e7-8dca-5af33f387dbc/?format=api"
        },
        {
            "id": "1cc24f1c-7498-4bce-adbc-3436d6bf9ab4",
            "gambit_id": "da2f4758-c8a3-41eb-96f7-2c529015d4ab",
            "last_updated": "2023-03-23T17:56:56.784945-04:00",
            "created_at": "2023-03-22T12:32:09.452877-04:00",
            "name": "Game Total Over 7",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ad95bec-ea0a-45e7-8dca-5af33f387dbc/?format=api"
        }
    ]
}