GET /api/bet_types/85ff165e-fb62-4db0-9d41-9333db8d4843/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85ff165e-fb62-4db0-9d41-9333db8d4843",
    "match": "https://api-prod.gambitprofit.com/api/matches/29c39327-2f01-47c5-be16-3608a8936851/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:52.654468-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": "Arizona Coyotes",
                "amount": 5431.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "2bf9fb43-35f9-4c14-b74d-a067fad304e6",
            "gambit_id": "555964b5-03e1-455f-b6e3-438db10dacef",
            "last_updated": "2023-01-25T14:12:08.581965-05:00",
            "created_at": "2023-01-24T09:31:52.655735-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85ff165e-fb62-4db0-9d41-9333db8d4843/?format=api"
        },
        {
            "id": "5f242f33-f183-4906-91cb-d92b8834c880",
            "gambit_id": "b27fae3a-d4e3-42c2-bca8-8812e7f3016d",
            "last_updated": "2023-01-25T14:12:08.583372-05:00",
            "created_at": "2023-01-24T09:31:52.657084-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85ff165e-fb62-4db0-9d41-9333db8d4843/?format=api"
        }
    ]
}