GET /api/bet_types/0a0c64b7-0d5e-4daf-8b4f-b90508d2848c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a0c64b7-0d5e-4daf-8b4f-b90508d2848c",
    "match": "https://api-prod.gambitprofit.com/api/matches/607ae923-9fb7-4655-930e-f8e07523ad80/?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": "NYM",
                "amount": 5752.0
            },
            {
                "team": "ATL",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "60d0fa33-f2cb-4b28-be1c-d49984024044",
            "gambit_id": "7b898996-8d5c-41ed-b4e5-52c8f76b1979",
            "last_updated": "2022-08-16T14:02:08.060247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a0c64b7-0d5e-4daf-8b4f-b90508d2848c/?format=api"
        },
        {
            "id": "d3a973db-c28e-4c7f-9a3f-fbf4edbf9f42",
            "gambit_id": "073ed9f1-089d-4cb7-82f8-079a62e0b285",
            "last_updated": "2022-08-16T14:02:08.059771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a0c64b7-0d5e-4daf-8b4f-b90508d2848c/?format=api"
        }
    ]
}