GET /api/bet_types/81ae2dd0-0725-43fb-b074-1ab7a9600da3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81ae2dd0-0725-43fb-b074-1ab7a9600da3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e2b597b-1b80-498f-8699-de7bb1e7c630/?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.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a5dc540-b271-4640-825d-0ab8c153c493",
            "gambit_id": "037843af-bf1e-4646-aeb1-6b0c2f5cdb73",
            "last_updated": "2022-10-04T09:22:02.912224-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81ae2dd0-0725-43fb-b074-1ab7a9600da3/?format=api"
        },
        {
            "id": "59fd9a1f-12c8-4475-9f3c-173b8766b4e8",
            "gambit_id": "3e426dd4-367d-4c98-a7f5-5a5412515d6f",
            "last_updated": "2022-10-04T09:22:02.913222-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81ae2dd0-0725-43fb-b074-1ab7a9600da3/?format=api"
        }
    ]
}