GET /api/bet_types/d3150666-90ba-40d9-b81a-8e8e2def314d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3150666-90ba-40d9-b81a-8e8e2def314d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9aeb43b7-bbad-4ae7-a31a-e83c0a0842f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:13.820338-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": "CHC",
                "amount": 5773.0
            },
            {
                "team": "LOS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f62c76e-d4db-4c72-9d09-ef6a6628da3c",
            "gambit_id": "f1f51769-e784-49a2-84cb-21648de99f12",
            "last_updated": "2023-04-16T17:57:16.322695-04:00",
            "created_at": "2023-04-15T12:27:13.823137-04:00",
            "name": "CHC",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3150666-90ba-40d9-b81a-8e8e2def314d/?format=api"
        },
        {
            "id": "0328f408-2630-4da4-a1f1-d23e6ecae3f2",
            "gambit_id": "8d71313f-2ba8-49e8-9316-faff9a67c0ae",
            "last_updated": "2023-04-16T17:57:16.320381-04:00",
            "created_at": "2023-04-15T12:27:13.821724-04:00",
            "name": "LOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3150666-90ba-40d9-b81a-8e8e2def314d/?format=api"
        }
    ]
}