GET /api/bet_types/8088fd64-8e22-4121-bbc3-65dfaf22d002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8088fd64-8e22-4121-bbc3-65dfaf22d002",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a8c2fe7-faa6-4e01-b38e-48461f28ea5f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-03T09:13:09.111894-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": "CIN",
                "amount": 5614.0
            },
            {
                "team": "CHC",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "197e3c07-bf96-4de2-8ea3-0c75807f8afa",
            "gambit_id": "0eb4a064-1148-4855-88b9-dcb5744d56d6",
            "last_updated": "2023-08-04T11:43:13.972306-04:00",
            "created_at": "2023-08-03T09:13:09.120423-04:00",
            "name": "CIN",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8088fd64-8e22-4121-bbc3-65dfaf22d002/?format=api"
        },
        {
            "id": "f2db12e9-5513-460d-8281-554edcd55188",
            "gambit_id": "08518f09-ff3a-4226-a22d-cec8ac7a7e47",
            "last_updated": "2023-08-04T11:43:13.976138-04:00",
            "created_at": "2023-08-03T09:13:09.130939-04:00",
            "name": "CHC",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8088fd64-8e22-4121-bbc3-65dfaf22d002/?format=api"
        }
    ]
}