GET /api/bet_types/8a15d9a4-9d8e-41fc-8c93-aed560c0d8a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a15d9a4-9d8e-41fc-8c93-aed560c0d8a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca911ad7-be80-423a-a98f-af455742d0a0/?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": "NYY",
                "amount": 6235.0
            },
            {
                "team": "HOU",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "f77e6722-349d-4fba-a176-7f9068236684",
            "gambit_id": "a2afdb8d-3f16-43c4-85e2-db430a396ced",
            "last_updated": "2022-10-21T10:52:27.998425-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a15d9a4-9d8e-41fc-8c93-aed560c0d8a3/?format=api"
        },
        {
            "id": "d7ad63db-a639-4534-88bf-370769cf481c",
            "gambit_id": "b9178955-0c28-4e0d-aa38-e31e2f035029",
            "last_updated": "2022-10-21T10:52:27.997404-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a15d9a4-9d8e-41fc-8c93-aed560c0d8a3/?format=api"
        }
    ]
}