GET /api/bet_types/30bc3be3-3c01-46ff-a2a5-c72100f83991/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30bc3be3-3c01-46ff-a2a5-c72100f83991",
    "match": "https://api-prod.gambitprofit.com/api/matches/66b6efba-e691-4aac-8e8b-bd84239d8cee/?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": "Kansas City Chiefs",
                "amount": 6650.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "320b19ef-575e-4579-87ae-40178b95240c",
            "gambit_id": "f3e474f2-2222-4296-af4e-8e869526965d",
            "last_updated": "2022-11-21T15:43:28.574612-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30bc3be3-3c01-46ff-a2a5-c72100f83991/?format=api"
        },
        {
            "id": "f76a8706-e04f-45df-8406-a595267b2c9a",
            "gambit_id": "b4112d7f-aab1-4705-a4d7-49ab9d04a7ea",
            "last_updated": "2022-11-21T15:43:28.573646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30bc3be3-3c01-46ff-a2a5-c72100f83991/?format=api"
        }
    ]
}