GET /api/bet_types/66efa044-b211-4a9b-9609-10693d968d12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66efa044-b211-4a9b-9609-10693d968d12",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1616a07-6cdd-44f0-9d9b-45bcc778f635/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:10.874726-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": "Dallas Stars",
                "amount": 6643.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5b4e4eb-2ab0-4ae1-918f-71baf8458680",
            "gambit_id": "fd7453ab-be94-491c-af60-a2bf2e718ef2",
            "last_updated": "2024-01-29T21:58:09.704788-05:00",
            "created_at": "2024-01-27T09:18:10.883345-05:00",
            "name": "Dallas Stars",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66efa044-b211-4a9b-9609-10693d968d12/?format=api"
        },
        {
            "id": "4f018440-c355-4c54-badd-a4120d753e1b",
            "gambit_id": "d6223e3e-27d6-4def-b141-d6bf9b91fe47",
            "last_updated": "2024-01-29T21:58:09.700643-05:00",
            "created_at": "2024-01-27T09:18:10.879475-05:00",
            "name": "Washington Capitals",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66efa044-b211-4a9b-9609-10693d968d12/?format=api"
        }
    ]
}