GET /api/bet_types/d9a73495-d571-4bf5-b50b-de7565c953f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9a73495-d571-4bf5-b50b-de7565c953f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d8d372-20df-4b72-aec1-c2723de5e1c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T13:52:00.594407-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": "Carolina Hurricanes",
                "amount": 6020.0
            },
            {
                "team": "New York Islanders",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "81a4173a-56d4-4429-8cd9-e4780e9d6796",
            "gambit_id": "c0bfd92f-6899-47eb-b676-71a7691c2447",
            "last_updated": "2023-04-03T20:27:19.354820-04:00",
            "created_at": "2023-04-02T13:52:00.596648-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9a73495-d571-4bf5-b50b-de7565c953f8/?format=api"
        },
        {
            "id": "0ed2ce60-984c-4ccc-b5e7-8724f6c0b69a",
            "gambit_id": "34cb223f-b9f1-4ddd-862b-e66c9c0f69c0",
            "last_updated": "2023-04-03T20:27:19.357713-04:00",
            "created_at": "2023-04-02T13:52:00.598928-04:00",
            "name": "New York Islanders",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9a73495-d571-4bf5-b50b-de7565c953f8/?format=api"
        }
    ]
}