GET /api/bet_types/51fd71f1-8c00-4b85-a63e-719192526817/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51fd71f1-8c00-4b85-a63e-719192526817",
    "match": "https://api-prod.gambitprofit.com/api/matches/45157285-9eaa-4432-ab54-7a9775e8f6aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:24.140609-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": "Dallas Mavericks",
                "amount": 6942.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a24c6275-83d7-482f-abec-ce4d79b50154",
            "gambit_id": "347cb460-646c-42a7-b238-22de36fc1250",
            "last_updated": "2023-04-06T21:31:51.960152-04:00",
            "created_at": "2023-04-05T09:22:24.142096-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51fd71f1-8c00-4b85-a63e-719192526817/?format=api"
        },
        {
            "id": "ddfff1dc-951d-43c8-aeab-00a47f764ae6",
            "gambit_id": "22d05ddb-8c7f-4dbd-8bfc-b574d3aef60c",
            "last_updated": "2023-04-06T21:31:51.963022-04:00",
            "created_at": "2023-04-05T09:22:24.143656-04:00",
            "name": "Sacramento Kings",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51fd71f1-8c00-4b85-a63e-719192526817/?format=api"
        }
    ]
}