GET /api/bet_types/a05c7e6d-68f1-4eff-a6c2-52f1e5115423/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a05c7e6d-68f1-4eff-a6c2-52f1e5115423",
    "match": "https://api-prod.gambitprofit.com/api/matches/607a7faa-a02e-41e2-bdfa-76d4a83a2c47/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:06.260882-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": "MIA",
                "amount": 6390.0
            },
            {
                "team": "BAL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "5623bcc4-7280-4556-955c-5a64df56d2cf",
            "gambit_id": "2f436e80-e478-4318-aa57-ddae9aa26af8",
            "last_updated": "2023-07-17T10:13:20.492030-04:00",
            "created_at": "2023-07-15T08:58:06.262395-04:00",
            "name": "MIA",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a05c7e6d-68f1-4eff-a6c2-52f1e5115423/?format=api"
        },
        {
            "id": "cd45b095-dc10-4b48-8baa-d234d41fceef",
            "gambit_id": "ff17c6ed-faaf-4a99-9446-5adf48734b91",
            "last_updated": "2023-07-17T10:13:20.493864-04:00",
            "created_at": "2023-07-15T08:58:06.264138-04:00",
            "name": "BAL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a05c7e6d-68f1-4eff-a6c2-52f1e5115423/?format=api"
        }
    ]
}