GET /api/bet_types/2a262ddd-944e-4361-9ab0-1a78f909f994/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a262ddd-944e-4361-9ab0-1a78f909f994",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d8d9c53-6f90-43bc-9bc5-bc61f58c20e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T17:37:09.399124-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": 6563.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3c5665e-5e2d-46e1-94e8-05be80a6b862",
            "gambit_id": "d16bad4d-7a63-4ad7-a00f-bae68cba6da7",
            "last_updated": "2023-02-16T17:01:55.013159-05:00",
            "created_at": "2023-02-14T17:37:09.400322-05:00",
            "name": "New York Islanders",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a262ddd-944e-4361-9ab0-1a78f909f994/?format=api"
        },
        {
            "id": "1d588365-b00b-459d-803d-0276a15c9568",
            "gambit_id": "6fb1c2ec-5e36-4bb3-944c-30872bfcce80",
            "last_updated": "2023-02-16T17:01:55.014317-05:00",
            "created_at": "2023-02-14T17:37:09.401603-05:00",
            "name": "Ottawa Senators",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a262ddd-944e-4361-9ab0-1a78f909f994/?format=api"
        }
    ]
}