GET /api/bet_types/4bb80a59-2f1a-4fb3-a166-e618804e3123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bb80a59-2f1a-4fb3-a166-e618804e3123",
    "match": "https://api-prod.gambitprofit.com/api/matches/a08c87df-0452-42bc-8068-86444eb95ced/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:12:59.635986-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 York Islanders",
                "amount": 5939.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0959eff9-23ac-4ba5-9df9-7e838d803c17",
            "gambit_id": "eb7928ee-a562-4c3e-b484-a0c0423b1bd2",
            "last_updated": "2023-12-26T15:28:18.931799-05:00",
            "created_at": "2023-12-23T09:12:59.639885-05:00",
            "name": "New York Islanders",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bb80a59-2f1a-4fb3-a166-e618804e3123/?format=api"
        },
        {
            "id": "c1c32e39-526f-4079-ab68-d3844555d4c8",
            "gambit_id": "01778a31-8068-40e4-93bb-1f950afe058c",
            "last_updated": "2023-12-26T15:28:18.935045-05:00",
            "created_at": "2023-12-23T09:12:59.643532-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bb80a59-2f1a-4fb3-a166-e618804e3123/?format=api"
        }
    ]
}