GET /api/bet_types/4c42a7b7-94ab-4ce4-a7cf-92d69346dfc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c42a7b7-94ab-4ce4-a7cf-92d69346dfc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/07181cf9-7487-4963-ad50-723ad3205041/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-05T09:13:15.580174-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": "Minnesota Twins",
                "amount": 6010.0
            },
            {
                "team": "Houston Astros",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "e676b993-825d-475e-9c69-7053ab4c8e81",
            "gambit_id": "eebdbb6f-e6a2-4118-88b9-1f3a5b355399",
            "last_updated": "2023-10-09T08:58:08.350027-04:00",
            "created_at": "2023-10-05T09:13:15.584588-04:00",
            "name": "Minnesota Twins",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c42a7b7-94ab-4ce4-a7cf-92d69346dfc4/?format=api"
        },
        {
            "id": "570bd2e2-4b89-4244-b958-81a7214efb6b",
            "gambit_id": "4cbee329-f626-40cc-a2f7-792bd1cd6fc7",
            "last_updated": "2023-10-09T08:58:08.354103-04:00",
            "created_at": "2023-10-05T09:13:15.590452-04:00",
            "name": "Houston Astros",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c42a7b7-94ab-4ce4-a7cf-92d69346dfc4/?format=api"
        }
    ]
}