GET /api/bet_types/cb71523d-9a05-4930-ad70-03bf35745ec1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb71523d-9a05-4930-ad70-03bf35745ec1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a0e690f-e62d-465e-a926-030a2e5dfe64/?format=api",
    "name": "Pick the Winner",
    "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": "New Jersey Devils",
                "amount": 6336.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef115ae1-4bc3-46a6-a2fd-4a393b98bff6",
            "gambit_id": "ff6ca419-56f2-4f01-a4c1-1693c2a66466",
            "last_updated": "2022-12-03T10:27:32.800243-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb71523d-9a05-4930-ad70-03bf35745ec1/?format=api"
        },
        {
            "id": "0814e33d-e509-46a9-8697-813b761c6a62",
            "gambit_id": "c35b2471-392c-4f17-91ba-3bc6e9efdf97",
            "last_updated": "2022-12-03T10:27:32.801479-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb71523d-9a05-4930-ad70-03bf35745ec1/?format=api"
        }
    ]
}