GET /api/bet_types/abeb847a-287b-4fff-b7ea-8b3eb3986450/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abeb847a-287b-4fff-b7ea-8b3eb3986450",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a77856e-91e7-4952-936a-5bc2c5494b03/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:01.940772-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "22528a53-6d3e-452a-b280-92655ed35da1",
            "gambit_id": "94d64efa-796c-43d6-a021-c170f7c0a5b7",
            "last_updated": "2023-11-27T10:08:20.554320-05:00",
            "created_at": "2023-11-24T09:08:01.952274-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abeb847a-287b-4fff-b7ea-8b3eb3986450/?format=api"
        },
        {
            "id": "3707b149-deb2-427c-a58b-652e574799cc",
            "gambit_id": "3113b573-a154-4318-b4f3-007c90f95d0e",
            "last_updated": "2023-11-27T10:08:20.558091-05:00",
            "created_at": "2023-11-24T09:08:01.946963-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abeb847a-287b-4fff-b7ea-8b3eb3986450/?format=api"
        }
    ]
}