GET /api/bet_types/9a6d81ab-dd34-461c-802f-0e30e6423a7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a6d81ab-dd34-461c-802f-0e30e6423a7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/832cf74f-803a-48b2-b365-d583b37f182b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-07T16:06:58.951866-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": "Nashville Predators",
                "amount": 5213.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1654f17-627c-46eb-b7f9-7ac0a1cc176d",
            "gambit_id": "43119bde-83c9-4f36-9e0b-d781b453021f",
            "last_updated": "2023-02-08T16:31:56.766552-05:00",
            "created_at": "2023-02-07T16:06:58.953110-05:00",
            "name": "Nashville Predators",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6d81ab-dd34-461c-802f-0e30e6423a7b/?format=api"
        },
        {
            "id": "419b9f1e-53aa-4b25-84cd-85322e4499b0",
            "gambit_id": "7eae5ebb-f60b-46a4-ad14-8b8ebea58631",
            "last_updated": "2023-02-08T16:31:56.768206-05:00",
            "created_at": "2023-02-07T16:06:58.954445-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6d81ab-dd34-461c-802f-0e30e6423a7b/?format=api"
        }
    ]
}