GET /api/bet_types/567a4379-6a52-4be7-a3e4-e551de73b18b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "567a4379-6a52-4be7-a3e4-e551de73b18b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7869be0-b369-437c-aa57-f2e766bf44d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:55.788772-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": "Buffalo Sabres",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f29e6f6-e2ef-49c5-86ce-68f9e805f213",
            "gambit_id": "1e11b182-6cd4-4f61-9f24-c7652eda400c",
            "last_updated": "2023-04-10T15:22:16.466657-04:00",
            "created_at": "2023-04-08T09:01:55.793449-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567a4379-6a52-4be7-a3e4-e551de73b18b/?format=api"
        },
        {
            "id": "023ec619-04eb-4cd1-bcff-42f34d9de688",
            "gambit_id": "aa6b0808-665b-43cf-8bf8-8bda268e59a3",
            "last_updated": "2023-04-10T15:22:16.464582-04:00",
            "created_at": "2023-04-08T09:01:55.791047-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567a4379-6a52-4be7-a3e4-e551de73b18b/?format=api"
        }
    ]
}