GET /api/bet_types/a8471bbc-83ee-48c3-967d-55f0d3630462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8471bbc-83ee-48c3-967d-55f0d3630462",
    "match": "https://api-prod.gambitprofit.com/api/matches/de8e2bb5-73e9-4dbf-b23c-44e7ecd1d587/?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 Over 5.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7041b3a-cc57-40b3-9625-2015934cd0c1",
            "gambit_id": "1c4d69e8-95d7-41ad-b481-efc7c9120885",
            "last_updated": "2022-10-17T14:12:41.111054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8471bbc-83ee-48c3-967d-55f0d3630462/?format=api"
        },
        {
            "id": "fbb66ab1-b12e-42ad-8d0e-38c9df39f7a2",
            "gambit_id": "98dfda32-fb84-4774-8855-b9ebabc862ae",
            "last_updated": "2022-10-17T14:12:41.109849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8471bbc-83ee-48c3-967d-55f0d3630462/?format=api"
        }
    ]
}