GET /api/bet_types/b9d72c13-e292-4e72-b704-b4274bf8071d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9d72c13-e292-4e72-b704-b4274bf8071d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bf329c9-9273-4564-9537-83eac7035997/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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 Rams",
                "amount": 6179.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "722d5e0d-acb1-44eb-b47a-a9fc44bd2956",
            "gambit_id": "2ec40e46-8774-4db0-b329-cb2f994daa6f",
            "last_updated": "2022-11-14T14:52:39.118111-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9d72c13-e292-4e72-b704-b4274bf8071d/?format=api"
        },
        {
            "id": "e974f83b-0b83-4d2b-aedd-16e55bff4cca",
            "gambit_id": "93f937b9-caad-4ab4-9b21-3c75732d9ac7",
            "last_updated": "2022-11-14T14:52:39.119228-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9d72c13-e292-4e72-b704-b4274bf8071d/?format=api"
        }
    ]
}