GET /api/bet_types/aa2a46e9-3cb3-472f-aee2-7c40f8a41ab9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa2a46e9-3cb3-472f-aee2-7c40f8a41ab9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c33c215-b431-48af-8e40-a82f1f7301bb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-14T08:48:11.951613-04: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": "MIA",
                "amount": 5773.0
            },
            {
                "team": "HOU",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b01ac25-32d9-44f8-b29b-08cb9782b460",
            "gambit_id": "e0f538cd-d824-4d3e-ae1f-6670eb536af5",
            "last_updated": "2023-08-15T10:18:11.438974-04:00",
            "created_at": "2023-08-14T08:48:11.959668-04:00",
            "name": "MIA",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa2a46e9-3cb3-472f-aee2-7c40f8a41ab9/?format=api"
        },
        {
            "id": "c27293c5-4b6b-4df1-8d69-3b4a7d246890",
            "gambit_id": "34cef4b0-2969-4d17-8d8e-57c6c9c771c8",
            "last_updated": "2023-08-15T10:18:11.435072-04:00",
            "created_at": "2023-08-14T08:48:11.955270-04:00",
            "name": "HOU",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa2a46e9-3cb3-472f-aee2-7c40f8a41ab9/?format=api"
        }
    ]
}