GET /api/bet_types/112b1a99-c89f-46c4-a115-60d3db90f1f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "112b1a99-c89f-46c4-a115-60d3db90f1f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d94f273b-2b47-4ca6-858d-7cb4e20a78a3/?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": 5984.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 8795.04,
        "profit_sb": -204.96,
        "profit_sb_percentage": -2.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0bb1e78-5aeb-49ec-8818-09aae637c34e",
            "gambit_id": "37a649ab-a009-4bc9-8aee-121d41c61713",
            "last_updated": "2022-11-23T09:57:23.701596-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.47000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/112b1a99-c89f-46c4-a115-60d3db90f1f1/?format=api"
        },
        {
            "id": "3399e29b-30bc-4a35-8604-24b8681b9c28",
            "gambit_id": "88adcae6-3e7d-4724-b114-16c2de9a6567",
            "last_updated": "2022-11-23T09:57:23.702860-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/112b1a99-c89f-46c4-a115-60d3db90f1f1/?format=api"
        }
    ]
}