GET /api/bet_types/cc99cff0-7a8f-492f-bd0f-b65d5803da85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc99cff0-7a8f-492f-bd0f-b65d5803da85",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc89127c-e678-4f1a-8f86-d81c0663141f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T10:02:29.290212-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",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "91589af9-373c-4d86-9915-22b157caf9ef",
            "gambit_id": "c10e1004-c090-4898-b547-1522c1c9c3d8",
            "last_updated": "2023-02-19T09:57:20.419357-05:00",
            "created_at": "2023-02-18T10:02:29.293197-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc99cff0-7a8f-492f-bd0f-b65d5803da85/?format=api"
        },
        {
            "id": "3f5cabcc-188d-46f7-a69b-c5911569d36d",
            "gambit_id": "7fc9ed9e-1c47-4f07-921a-16bb6b41c9da",
            "last_updated": "2023-02-19T09:57:20.418199-05:00",
            "created_at": "2023-02-18T10:02:29.291673-05:00",
            "name": "Game Total Under 6",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc99cff0-7a8f-492f-bd0f-b65d5803da85/?format=api"
        }
    ]
}