GET /api/bet_types/5e77e9dd-a092-437c-8cde-5b21098f60ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e77e9dd-a092-437c-8cde-5b21098f60ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48cb7ee-e84c-4dd8-ac51-adc2b048d727/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T12:52:11.077806-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": "Miami Dolphins",
                "amount": 6247.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 3753.0
            }
        ],
        "expected_reward_tokens": 9119.79,
        "profit_sb": 119.79,
        "profit_sb_percentage": 1.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "012a472a-d4f1-474e-b002-1bca9532267e",
            "gambit_id": "48bb3e9f-642d-46bf-b43c-ac6c64f45712",
            "last_updated": "2022-12-26T12:42:06.656411-05:00",
            "created_at": "2022-12-23T12:52:11.079028-05:00",
            "name": "Miami Dolphins",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e77e9dd-a092-437c-8cde-5b21098f60ad/?format=api"
        },
        {
            "id": "c73a7933-ad87-46e1-a59d-ce300a3c734f",
            "gambit_id": "86509951-7ac2-4122-a45f-03df8fd808db",
            "last_updated": "2022-12-26T12:42:06.657538-05:00",
            "created_at": "2022-12-23T12:52:11.080260-05:00",
            "name": "Green Bay Packers",
            "reward": "2.43000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e77e9dd-a092-437c-8cde-5b21098f60ad/?format=api"
        }
    ]
}