GET /api/bet_types/6d23c1c7-8e15-45db-8587-fb3ca9659186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d23c1c7-8e15-45db-8587-fb3ca9659186",
    "match": "https://api-prod.gambitprofit.com/api/matches/d916dba5-e4c8-4bc2-b8cd-b3ed079aed92/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T08:38:13.247430-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": "PIT",
                "amount": 5213.0
            },
            {
                "team": "LAA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc63e857-ef06-41fc-8b97-12ef5fa84763",
            "gambit_id": "5fe654d2-dda9-4656-b6a6-2a57806414d9",
            "last_updated": "2023-07-29T21:03:12.385018-04:00",
            "created_at": "2023-07-22T08:38:13.251818-04:00",
            "name": "PIT",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d23c1c7-8e15-45db-8587-fb3ca9659186/?format=api"
        },
        {
            "id": "f50fda2f-5b1a-4f2b-9e6e-9e1a4719a842",
            "gambit_id": "e7769f79-975d-4167-b7f6-029353835e00",
            "last_updated": "2023-07-29T21:03:12.389451-04:00",
            "created_at": "2023-07-22T08:38:13.256616-04:00",
            "name": "LAA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d23c1c7-8e15-45db-8587-fb3ca9659186/?format=api"
        }
    ]
}