GET /api/bet_types/6da3a6b8-e084-4cc5-90f8-896a14aecc0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6da3a6b8-e084-4cc5-90f8-896a14aecc0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b880737-5204-48ed-8a4e-c182802059d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:13.384566-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": "SDG",
                "amount": 6308.0
            },
            {
                "team": "ATL",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc3363bd-ec8a-440b-9b41-920c19284ac0",
            "gambit_id": "7d1b9fe9-d90f-4a1e-855f-c8527a0302f2",
            "last_updated": "2023-04-10T14:17:16.214150-04:00",
            "created_at": "2023-04-09T09:27:13.389450-04:00",
            "name": "SDG",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6da3a6b8-e084-4cc5-90f8-896a14aecc0d/?format=api"
        },
        {
            "id": "cf33f9c6-3a85-49bc-af3f-b6576af81bf4",
            "gambit_id": "5bbe288b-03c6-4b8b-96f5-de9611b94142",
            "last_updated": "2023-04-10T14:17:16.212203-04:00",
            "created_at": "2023-04-09T09:27:13.387008-04:00",
            "name": "ATL",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6da3a6b8-e084-4cc5-90f8-896a14aecc0d/?format=api"
        }
    ]
}