GET /api/bet_types/b3ce3959-64a0-4e78-bc44-d75f403105fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3ce3959-64a0-4e78-bc44-d75f403105fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbb54827-8b1d-4420-8036-a3e8be008302/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-15T09:23:05.876174-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": "SEA",
                "amount": 6010.0
            },
            {
                "team": "LOS",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "816f7f4c-b665-43d4-82da-1914ad9baae5",
            "gambit_id": "82a462b2-604a-4f96-b1d6-764afebe88b0",
            "last_updated": "2023-09-18T08:48:18.761476-04:00",
            "created_at": "2023-09-15T09:23:05.889022-04:00",
            "name": "SEA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ce3959-64a0-4e78-bc44-d75f403105fb/?format=api"
        },
        {
            "id": "462b17df-a7af-400c-bedc-76a7ca6d4731",
            "gambit_id": "bfb3f070-46df-40e2-9655-8eeb08a2811b",
            "last_updated": "2023-09-18T08:48:18.757778-04:00",
            "created_at": "2023-09-15T09:23:05.884878-04:00",
            "name": "LOS",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ce3959-64a0-4e78-bc44-d75f403105fb/?format=api"
        }
    ]
}