GET /api/bet_types/2932099d-4f9b-4c53-864a-c5f8cb5b7c76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2932099d-4f9b-4c53-864a-c5f8cb5b7c76",
    "match": "https://api-prod.gambitprofit.com/api/matches/57e019d9-6d7c-4e4d-9c79-7f33036fca1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-29T10:38:01.583130-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": "Phoenix Suns",
                "amount": 5784.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6538194-f5bd-45a6-96d8-3839ccbbc94a",
            "gambit_id": "3ac22804-df0b-4d19-8ece-aca7e71a6020",
            "last_updated": "2023-11-30T11:23:14.305274-05:00",
            "created_at": "2023-11-29T10:38:01.588487-05:00",
            "name": "Phoenix Suns",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2932099d-4f9b-4c53-864a-c5f8cb5b7c76/?format=api"
        },
        {
            "id": "e5b01c5e-fafc-44a2-9388-22597c43739c",
            "gambit_id": "b07bcb76-83c6-45c7-934f-6e187299ce3a",
            "last_updated": "2023-11-30T11:23:14.309146-05:00",
            "created_at": "2023-11-29T10:38:01.593886-05:00",
            "name": "Toronto Raptors",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2932099d-4f9b-4c53-864a-c5f8cb5b7c76/?format=api"
        }
    ]
}