GET /api/bet_types/156c7935-207a-4272-8d6e-fa5cff471eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "156c7935-207a-4272-8d6e-fa5cff471eb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c62e30b6-12ef-4ffc-8b6c-3c0fc83c9a7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:54.157186-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": "LAA",
                "amount": 5939.0
            },
            {
                "team": "HOU",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0060533-d7d3-4b62-9e36-041003abb3bb",
            "gambit_id": "94dba520-3019-4f51-9dd0-8a88dbb3b7f8",
            "last_updated": "2023-06-05T10:57:25.199715-04:00",
            "created_at": "2023-06-04T12:16:54.159319-04:00",
            "name": "LAA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/156c7935-207a-4272-8d6e-fa5cff471eb4/?format=api"
        },
        {
            "id": "28a6be5f-3e7c-47a0-bce0-8e2bfbbce4dd",
            "gambit_id": "12f8e7bf-6f97-468a-9fa4-429d04d209b8",
            "last_updated": "2023-06-05T10:57:25.206690-04:00",
            "created_at": "2023-06-04T12:16:54.161506-04:00",
            "name": "HOU",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/156c7935-207a-4272-8d6e-fa5cff471eb4/?format=api"
        }
    ]
}