GET /api/bet_types/061d83d8-97f2-41c4-a78c-d91704fafa0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "061d83d8-97f2-41c4-a78c-d91704fafa0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5da05c55-a9a0-43e2-8a87-fe440bf7d47c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-17T11:42:58.774829-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9b18202-9fd1-4aac-9f91-d35e03401ca1",
            "gambit_id": "505dff1a-df40-472b-895d-af7772c665fb",
            "last_updated": "2023-07-18T22:08:26.189061-04:00",
            "created_at": "2023-07-17T11:42:58.777937-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061d83d8-97f2-41c4-a78c-d91704fafa0f/?format=api"
        },
        {
            "id": "d21deb08-8c21-4b77-b38d-33154a9ab8b2",
            "gambit_id": "2e3e853c-7e10-4b19-97dc-81e8c5e0c51d",
            "last_updated": "2023-07-18T22:08:26.187578-04:00",
            "created_at": "2023-07-17T11:42:58.776387-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061d83d8-97f2-41c4-a78c-d91704fafa0f/?format=api"
        }
    ]
}