GET /api/bet_types/1f50cf9c-7a56-43f8-82e8-c2b5ed01db9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f50cf9c-7a56-43f8-82e8-c2b5ed01db9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/82da2d6f-cbbe-4643-83fb-2e8520c042a8/?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": "NYY (D German)",
                "amount": 5798.0
            },
            {
                "team": "BOS (N Pivetta)",
                "amount": 4202.0
            }
        ],
        "expected_reward_tokens": 9160.36,
        "profit_sb": 160.36,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c2601dc-8c1d-49a0-adce-7dc1a0e8caaf",
            "gambit_id": "933d2e33-b3db-431e-951d-a5052d60991b",
            "last_updated": "2022-09-25T22:02:01.707871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (D German)",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f50cf9c-7a56-43f8-82e8-c2b5ed01db9a/?format=api"
        },
        {
            "id": "be0a346a-ad34-43e9-930e-0ab6bb863208",
            "gambit_id": "e442aab9-aa8f-459b-b5ef-f04dc899258e",
            "last_updated": "2022-09-25T22:02:01.708917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Pivetta)",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f50cf9c-7a56-43f8-82e8-c2b5ed01db9a/?format=api"
        }
    ]
}