GET /api/bet_types/89506a81-5191-46a3-ba36-116a500b0d40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89506a81-5191-46a3-ba36-116a500b0d40",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ebb195d-66b4-40b1-9d3f-900ff2371e56/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "TOR (R Stripling)",
                "amount": 5632.0
            },
            {
                "team": "BOS (J Winckowski)",
                "amount": 4368.0
            }
        ],
        "expected_reward_tokens": 9347.52,
        "profit_sb": 347.52,
        "profit_sb_percentage": 3.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "333fdfbb-c69e-4ad5-a60f-51e8f21dbcc7",
            "gambit_id": "b10aa344-8b77-48d6-960b-21e46c8e708a",
            "last_updated": "2022-08-24T10:27:10.334064-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "1.66000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89506a81-5191-46a3-ba36-116a500b0d40/?format=api"
        },
        {
            "id": "19da761f-99ba-4530-91b8-cedf0f6ccc35",
            "gambit_id": "ea584e61-3c9a-4cf2-8d98-d757ab765af4",
            "last_updated": "2022-08-24T10:27:10.333554-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (J Winckowski)",
            "reward": "2.14000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89506a81-5191-46a3-ba36-116a500b0d40/?format=api"
        }
    ]
}