GET /api/bet_types/f934c86d-58cc-45fb-94cc-ce153afdaf9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f934c86d-58cc-45fb-94cc-ce153afdaf9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d8d8df8-e2d6-498c-80b1-a85a9065a2bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-08T08:57:08.705648-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": "Los Angeles Clippers",
                "amount": 5599.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f66a487-d62e-4f03-a236-394cc9e8a66c",
            "gambit_id": "d210c036-6da8-4480-b6bd-bd178870aa2a",
            "last_updated": "2023-03-09T10:02:11.478346-05:00",
            "created_at": "2023-03-08T08:57:08.707027-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f934c86d-58cc-45fb-94cc-ce153afdaf9c/?format=api"
        },
        {
            "id": "e421571f-d9e9-4d44-b7a9-be5c9ea4b5b0",
            "gambit_id": "9e20a9ae-7b0e-4546-8cf5-3ae253f5f993",
            "last_updated": "2023-03-09T10:02:11.479524-05:00",
            "created_at": "2023-03-08T08:57:08.708683-05:00",
            "name": "Toronto Raptors",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f934c86d-58cc-45fb-94cc-ce153afdaf9c/?format=api"
        }
    ]
}