GET /api/bet_types/ad3ecc1a-f476-40b3-92e0-4646898577c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad3ecc1a-f476-40b3-92e0-4646898577c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/379f7b4b-3e70-452a-b7e6-43b6a4d5fdff/?format=api",
    "name": "Play the Odds",
    "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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b0e0215-1ff2-4bb8-9c4e-4a7db57176a5",
            "gambit_id": "3d78c2da-939c-4cf5-bcae-923b56fd0693",
            "last_updated": "2022-12-05T11:42:10.786318-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3ecc1a-f476-40b3-92e0-4646898577c4/?format=api"
        },
        {
            "id": "3e2bb58d-36ed-4bcf-adda-9e4e4a7b6406",
            "gambit_id": "49b209f6-e473-4094-ad4b-6c9bc7bd1586",
            "last_updated": "2022-12-05T11:42:10.785347-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3ecc1a-f476-40b3-92e0-4646898577c4/?format=api"
        }
    ]
}