GET /api/bet_types/6084bb4c-2dca-4d9f-b45e-870ec02ca913/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6084bb4c-2dca-4d9f-b45e-870ec02ca913",
    "match": "https://api-prod.gambitprofit.com/api/matches/6912aaf1-ff0e-4728-a773-23039dc76fee/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ac6f487-b1eb-4099-be1f-14e9956540c7",
            "gambit_id": "bea40fc4-64a4-4957-9085-01e40c729825",
            "last_updated": "2022-11-08T10:47:15.178305-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6084bb4c-2dca-4d9f-b45e-870ec02ca913/?format=api"
        },
        {
            "id": "60f29032-4a50-4475-82d1-8ddac8baead3",
            "gambit_id": "b5b3e46c-9fc7-4d64-b01f-c972d4bd7bda",
            "last_updated": "2022-11-08T10:47:15.179430-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6084bb4c-2dca-4d9f-b45e-870ec02ca913/?format=api"
        }
    ]
}