GET /api/bet_types/48b46564-7fe4-4b87-a5e3-e26d6d2a7842/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48b46564-7fe4-4b87-a5e3-e26d6d2a7842",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f4db704-cb3a-44d1-919c-c38bd9719f74/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:02.703833-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": "Vegas Golden Knights",
                "amount": 5872.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d4e756d-dd2c-4f7a-acda-175877b698c9",
            "gambit_id": "0e782b3a-cb0a-43f1-b911-5663476513e7",
            "last_updated": "2023-11-15T20:03:24.159773-05:00",
            "created_at": "2023-11-14T09:13:02.710439-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48b46564-7fe4-4b87-a5e3-e26d6d2a7842/?format=api"
        },
        {
            "id": "aadcba3c-d0eb-418f-aac1-880b36e0150c",
            "gambit_id": "70b50afa-21d7-4088-889d-0a308abc46fc",
            "last_updated": "2023-11-15T20:03:24.163919-05:00",
            "created_at": "2023-11-14T09:13:02.715450-05:00",
            "name": "Washington Capitals",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48b46564-7fe4-4b87-a5e3-e26d6d2a7842/?format=api"
        }
    ]
}