GET /api/bet_types/f7f4c468-3191-4178-b366-c26f5cf37fb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7f4c468-3191-4178-b366-c26f5cf37fb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/75bdc6cf-4777-4199-8c56-5768244f1527/?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 2.5",
                "amount": 5662.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4338.0
            }
        ],
        "expected_reward_tokens": 8719.38,
        "profit_sb": -280.62,
        "profit_sb_percentage": -3.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d1708f3-f64c-408b-a9ed-60bbc0d00c92",
            "gambit_id": "eabd140b-e07e-4dd4-8886-f0e7ff928ec4",
            "last_updated": "2022-11-28T11:32:08.189568-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.54000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f4c468-3191-4178-b366-c26f5cf37fb4/?format=api"
        },
        {
            "id": "ef07cb8d-2a9b-4195-89eb-7e4fed0f88fe",
            "gambit_id": "1a9dbc74-ba4d-43da-a805-c36d4bc1b518",
            "last_updated": "2022-11-28T11:32:08.190719-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f4c468-3191-4178-b366-c26f5cf37fb4/?format=api"
        }
    ]
}