GET /api/bet_types/579662de-d4e0-4784-97ee-4a88c89b1148/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "579662de-d4e0-4784-97ee-4a88c89b1148",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d1aa79e-96e8-4fba-a7d6-7be81afda7bc/?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 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed3e75d1-ae95-49c7-9006-8a25a527d653",
            "gambit_id": "d3661973-618e-4bb8-b16b-da20a18a537d",
            "last_updated": "2022-11-09T09:43:04.286529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579662de-d4e0-4784-97ee-4a88c89b1148/?format=api"
        },
        {
            "id": "790988b7-f116-487c-ab66-1e22f310f050",
            "gambit_id": "00a9e4b2-f584-44ce-ad9c-cd6d22c7ef6a",
            "last_updated": "2022-11-09T09:43:04.285527-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579662de-d4e0-4784-97ee-4a88c89b1148/?format=api"
        }
    ]
}