GET /api/bet_types/29ccea6f-d1ef-4996-a349-d6a9d40d0cfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29ccea6f-d1ef-4996-a349-d6a9d40d0cfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/ded9a1cf-809e-46bb-bb18-e4e2c5377892/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:04.947488-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": "SDG",
                "amount": 6458.0
            },
            {
                "team": "CHC",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "8312a4cf-6d1c-4159-9313-3dee893d2d26",
            "gambit_id": "0bba5170-1afa-49c7-af8f-a058fac9e9c3",
            "last_updated": "2023-04-26T20:32:13.129439-04:00",
            "created_at": "2023-04-25T11:42:04.951827-04:00",
            "name": "SDG",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ccea6f-d1ef-4996-a349-d6a9d40d0cfc/?format=api"
        },
        {
            "id": "9bd82076-7d5b-4d92-8a18-564500bd7147",
            "gambit_id": "dcaa4599-ecae-4808-98c2-685aabd7bd69",
            "last_updated": "2023-04-26T20:32:13.127593-04:00",
            "created_at": "2023-04-25T11:42:04.949806-04:00",
            "name": "CHC",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ccea6f-d1ef-4996-a349-d6a9d40d0cfc/?format=api"
        }
    ]
}