GET /api/bet_types/2ec6bbd6-493c-4e15-b1e8-9ff0fd0e2834/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ec6bbd6-493c-4e15-b1e8-9ff0fd0e2834",
    "match": "https://api-prod.gambitprofit.com/api/matches/08461ec0-d0a4-4233-a635-67e06b084131/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:11.002438-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": "TAM",
                "amount": 5939.0
            },
            {
                "team": "OAK",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe23f3d8-4bbb-485f-b26d-c5652c38319f",
            "gambit_id": "31d00294-c232-4a63-8d9a-ebd57ae02af3",
            "last_updated": "2023-06-15T23:18:31.149024-04:00",
            "created_at": "2023-06-14T05:58:11.005064-04:00",
            "name": "TAM",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ec6bbd6-493c-4e15-b1e8-9ff0fd0e2834/?format=api"
        },
        {
            "id": "2e899e79-575a-4e46-8156-8a379a58a411",
            "gambit_id": "e579b9e6-a0db-4914-b731-216c39bf9b9d",
            "last_updated": "2023-06-15T23:18:31.150432-04:00",
            "created_at": "2023-06-14T05:58:11.007947-04:00",
            "name": "OAK",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ec6bbd6-493c-4e15-b1e8-9ff0fd0e2834/?format=api"
        }
    ]
}