GET /api/bet_types/3aa68e4a-cec3-403b-bb1a-837525c4f822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3aa68e4a-cec3-403b-bb1a-837525c4f822",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6659305-829d-4eed-833a-b6157d9dc539/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:22.280848-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fdc16c1-d5bb-4db3-afda-bf05115c8672",
            "gambit_id": "77796385-ed7e-4fa1-b7f1-cd112088b460",
            "last_updated": "2023-04-16T16:32:02.645111-04:00",
            "created_at": "2023-04-13T09:32:22.282073-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aa68e4a-cec3-403b-bb1a-837525c4f822/?format=api"
        },
        {
            "id": "c859a76c-2492-4d54-923e-b9bc43eccc30",
            "gambit_id": "e41bfd64-2faf-4a50-bf21-1016704a6062",
            "last_updated": "2023-04-16T16:32:02.648101-04:00",
            "created_at": "2023-04-13T09:32:22.283362-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aa68e4a-cec3-403b-bb1a-837525c4f822/?format=api"
        }
    ]
}