GET /api/bet_types/7e568ca9-0b62-45e1-a69c-fde7f52fbcdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e568ca9-0b62-45e1-a69c-fde7f52fbcdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e99b556-30cc-45a3-9d10-7efc909c2685/?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": "MIL",
                "amount": 5304.0
            },
            {
                "team": "CIN",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed86bb94-7553-4c6c-82ac-d02c4c7f8e23",
            "gambit_id": "d55b45c2-efdd-4ce6-afb1-96e201b25ba8",
            "last_updated": "2022-09-25T21:51:57.777875-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e568ca9-0b62-45e1-a69c-fde7f52fbcdc/?format=api"
        },
        {
            "id": "1459c4c8-65e8-4b2a-b13e-0c5cd2c38d98",
            "gambit_id": "330c1a3c-a5ee-4585-ab5b-12d76a61b93a",
            "last_updated": "2022-09-25T21:51:57.776694-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e568ca9-0b62-45e1-a69c-fde7f52fbcdc/?format=api"
        }
    ]
}