GET /api/bet_types/f9458505-d1c5-454e-9e4a-1bd210a85a4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9458505-d1c5-454e-9e4a-1bd210a85a4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/766af1fa-b98d-46d4-9f57-3348acb10df8/?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": "TEX (K Arihara)",
                "amount": 5969.0
            },
            {
                "team": "DET (D Hutchison)",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9311.61,
        "profit_sb": 311.61,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8de4571-38eb-4daa-9ecf-f2a8f7d36476",
            "gambit_id": "90d4a72e-aa9e-436d-93b0-fbfe63f034bc",
            "last_updated": "2022-08-29T13:02:02.903931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (K Arihara)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9458505-d1c5-454e-9e4a-1bd210a85a4e/?format=api"
        },
        {
            "id": "22a2f62a-2eeb-494a-a26f-db825ea070e3",
            "gambit_id": "c58c1725-f977-4cbd-a2fe-4b6ad1562eb2",
            "last_updated": "2022-08-29T13:02:02.904383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Hutchison)",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9458505-d1c5-454e-9e4a-1bd210a85a4e/?format=api"
        }
    ]
}