GET /api/bet_types/6d0e209c-2cd5-4923-b82b-81551109e45e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d0e209c-2cd5-4923-b82b-81551109e45e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a93ed76d-d4c4-4e06-96af-f1fa87405d23/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:55.240985-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": "CHC",
                "amount": 6458.0
            },
            {
                "team": "SDG",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "f415dc23-1f63-4c7a-81d9-4c46da52a7d9",
            "gambit_id": "daa9da1f-75d7-44b8-bf49-c7546500f721",
            "last_updated": "2023-06-05T10:57:26.299251-04:00",
            "created_at": "2023-06-04T12:16:55.243724-04:00",
            "name": "CHC",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0e209c-2cd5-4923-b82b-81551109e45e/?format=api"
        },
        {
            "id": "a27a50ab-c4df-4998-b31c-0e4d57c3dffa",
            "gambit_id": "d3408f37-af22-49c4-8dde-1e745ca828ac",
            "last_updated": "2023-06-05T10:57:26.301852-04:00",
            "created_at": "2023-06-04T12:16:55.246134-04:00",
            "name": "SDG",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0e209c-2cd5-4923-b82b-81551109e45e/?format=api"
        }
    ]
}