GET /api/bet_types/9c85823c-b24c-49e6-bbad-a0ec44c0edc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c85823c-b24c-49e6-bbad-a0ec44c0edc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/42471ca2-f9bf-45d7-bb4b-2f99be0786e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:23.034287-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": "TEX (C Bradford)",
                "amount": 5970.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 4030.0
            }
        ],
        "expected_reward_tokens": 9551.1,
        "profit_sb": 51.1,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "076fcd3c-15f5-4411-9b3d-c1a92195fa94",
            "gambit_id": "3e0cecfa-c5db-4eca-a1a7-294480807aec",
            "last_updated": "2023-09-27T18:48:08.766367-04:00",
            "created_at": "2023-09-26T08:58:23.037992-04:00",
            "name": "TEX (C Bradford)",
            "reward": "1.60000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c85823c-b24c-49e6-bbad-a0ec44c0edc6/?format=api"
        },
        {
            "id": "844d440c-a955-4091-8762-3d00870260c6",
            "gambit_id": "224293df-52af-4a23-89b9-f3c0c1bbe26a",
            "last_updated": "2023-09-27T18:48:08.769773-04:00",
            "created_at": "2023-09-26T08:58:23.041925-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c85823c-b24c-49e6-bbad-a0ec44c0edc6/?format=api"
        }
    ]
}