GET /api/bet_types/eda225fa-4e3c-42a3-9ebd-2a4f48cddbcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eda225fa-4e3c-42a3-9ebd-2a4f48cddbcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6729f41c-b2f0-418c-af83-68e185d13ca0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T08:41:57.073344-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": "New Jersey Devils",
                "amount": 6163.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "a45d15d1-72c6-431d-8bda-e00e8209bd4b",
            "gambit_id": "e956ee67-d8de-4b7e-aabc-d0e68152fdc8",
            "last_updated": "2023-03-26T13:37:06.060222-04:00",
            "created_at": "2023-03-24T08:41:57.077895-04:00",
            "name": "New Jersey Devils",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda225fa-4e3c-42a3-9ebd-2a4f48cddbcd/?format=api"
        },
        {
            "id": "d81dc2e7-d4d4-4b86-91c4-3c76e0bc8465",
            "gambit_id": "8227ce75-12a1-44c7-bd68-7954704216d2",
            "last_updated": "2023-03-26T13:37:06.062916-04:00",
            "created_at": "2023-03-24T08:41:57.075544-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda225fa-4e3c-42a3-9ebd-2a4f48cddbcd/?format=api"
        }
    ]
}