GET /api/bet_types/cc69ed9f-dfeb-4f1f-aab6-f9ae31fe235f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc69ed9f-dfeb-4f1f-aab6-f9ae31fe235f",
    "match": "https://api-prod.gambitprofit.com/api/matches/61cece5c-5588-4c06-93ba-49a53e495575/?format=api",
    "name": "Play the Odds",
    "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": "ARI",
                "amount": 5753.0
            },
            {
                "team": "LOS",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "f12b1e4c-ea31-4566-b2f8-1d3421753d59",
            "gambit_id": "5b010846-9002-4e40-ac4c-846f92bdc1c5",
            "last_updated": "2022-09-15T11:07:07.569703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc69ed9f-dfeb-4f1f-aab6-f9ae31fe235f/?format=api"
        },
        {
            "id": "5c874b87-4426-4b26-bd33-44a3716123dc",
            "gambit_id": "872f267c-c1c6-4aaf-9c63-8b30b4ce0e13",
            "last_updated": "2022-09-15T11:07:07.570674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc69ed9f-dfeb-4f1f-aab6-f9ae31fe235f/?format=api"
        }
    ]
}