GET /api/bet_types/ae46ebe4-4556-4fdd-af04-e26d2d92b57b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae46ebe4-4556-4fdd-af04-e26d2d92b57b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd8dd505-ba74-468c-90ed-39dd5ed08e21/?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": "Oklahoma City Thunder",
                "amount": 5397.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "a01ef3de-2129-4b4b-913f-54daaeeb8d0e",
            "gambit_id": "174edcf3-bcc3-483b-8bcd-a04653528c0a",
            "last_updated": "2022-11-08T11:02:01.843525-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae46ebe4-4556-4fdd-af04-e26d2d92b57b/?format=api"
        },
        {
            "id": "f7c7d91c-171d-450e-af32-e4774f8afeed",
            "gambit_id": "07d349da-e5ad-4a44-ab93-75a46799bb8f",
            "last_updated": "2022-11-08T11:02:01.842551-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae46ebe4-4556-4fdd-af04-e26d2d92b57b/?format=api"
        }
    ]
}