GET /api/bet_types/6be7a1b6-cc4b-461b-92be-b9101d687737/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6be7a1b6-cc4b-461b-92be-b9101d687737",
    "match": "https://api-prod.gambitprofit.com/api/matches/c34adb7a-7b25-4326-a3db-ae7d5b7e774f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:59.832794-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": 5867.0
            },
            {
                "team": "New York Islanders",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "52716b09-8c47-411a-b3c4-d12f9e205554",
            "gambit_id": "0e4a8ba2-3854-43d6-ae92-5db56cb6ac81",
            "last_updated": "2023-04-27T11:52:04.366966-04:00",
            "created_at": "2023-04-25T11:41:59.834497-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6be7a1b6-cc4b-461b-92be-b9101d687737/?format=api"
        },
        {
            "id": "34842902-9ebe-41dd-8044-ccad4c84b06e",
            "gambit_id": "2d54352a-31ed-4453-a125-82fdc547b0ef",
            "last_updated": "2023-04-27T11:52:04.368614-04:00",
            "created_at": "2023-04-25T11:41:59.836424-04:00",
            "name": "New York Islanders",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6be7a1b6-cc4b-461b-92be-b9101d687737/?format=api"
        }
    ]
}