GET /api/bet_types/7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1ce14e4-c2e4-4c7b-b36d-73fb5c850ed5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:01.453578-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": 5696.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "07554e92-eb95-4fd0-b5ae-d7370007281b",
            "gambit_id": "2974ade7-5a80-405f-813f-25c4468f7cae",
            "last_updated": "2023-02-24T12:46:55.020759-05:00",
            "created_at": "2023-02-23T09:07:01.454788-05:00",
            "name": "New Jersey Devils",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7/?format=api"
        },
        {
            "id": "5d3ec9ce-1e78-448d-8fc8-5e1773a6ce72",
            "gambit_id": "5d02ca03-4991-4cb0-9c55-ea7a365f3ab4",
            "last_updated": "2023-02-24T12:46:55.021935-05:00",
            "created_at": "2023-02-23T09:07:01.456101-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7/?format=api"
        }
    ]
}