GET /api/bet_types/cccd5645-9cb0-49c9-b1b7-62a6ee7bb48d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cccd5645-9cb0-49c9-b1b7-62a6ee7bb48d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d084d49b-7d77-4575-b117-891e35f6947b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:58.441749-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": "Utah Jazz",
                "amount": 7480.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "833564ab-8cf1-48ea-bc83-9d120f4ba93b",
            "gambit_id": "bf1ffc31-be9b-405f-96dd-a5354643ac0e",
            "last_updated": "2024-01-05T13:53:02.447484-05:00",
            "created_at": "2024-01-03T09:37:58.451949-05:00",
            "name": "Utah Jazz",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cccd5645-9cb0-49c9-b1b7-62a6ee7bb48d/?format=api"
        },
        {
            "id": "f468276d-86e4-4622-a14c-633434b1344e",
            "gambit_id": "09c9deaf-9832-45ad-b756-18b9b2ec33af",
            "last_updated": "2024-01-05T13:53:02.443696-05:00",
            "created_at": "2024-01-03T09:37:58.447016-05:00",
            "name": "Detroit Pistons",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cccd5645-9cb0-49c9-b1b7-62a6ee7bb48d/?format=api"
        }
    ]
}