GET /api/bet_types/9f1da663-3d2a-4e61-9433-3c04de5d95c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f1da663-3d2a-4e61-9433-3c04de5d95c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4811d3a-1eb9-4570-80f5-1ff71f1b7082/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:01.316289-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": "ARI",
                "amount": 5939.0
            },
            {
                "team": "STL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "015fde79-ee26-4925-8ff0-81fd82c049a9",
            "gambit_id": "b1be655d-81a1-4b59-b397-c12e4181b7a6",
            "last_updated": "2023-04-18T12:12:11.075330-04:00",
            "created_at": "2023-04-17T11:42:01.323088-04:00",
            "name": "ARI",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f1da663-3d2a-4e61-9433-3c04de5d95c9/?format=api"
        },
        {
            "id": "a8a0dfea-f413-4291-8447-4acaadbe93ed",
            "gambit_id": "ff358518-d051-4248-83ba-65bb2b64f92f",
            "last_updated": "2023-04-18T12:12:11.073783-04:00",
            "created_at": "2023-04-17T11:42:01.318861-04:00",
            "name": "STL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f1da663-3d2a-4e61-9433-3c04de5d95c9/?format=api"
        }
    ]
}