GET /api/bet_types/888a5973-157d-4c7b-9aad-9d575e9fc5a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888a5973-157d-4c7b-9aad-9d575e9fc5a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba1a7b3e-19d0-4170-bafa-d96bd46458bf/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "BOS",
                "amount": 6500.0
            },
            {
                "team": "BAL",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "256c5b03-b026-4fc1-b2ba-7ceb92e289d9",
            "gambit_id": "d97f6cc0-5948-4831-a16c-a46a8765d0e4",
            "last_updated": "2022-09-11T18:02:01.262346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888a5973-157d-4c7b-9aad-9d575e9fc5a9/?format=api"
        },
        {
            "id": "7591f4f5-f1e3-415b-b047-daa58b9fb1c6",
            "gambit_id": "56df23dc-58fa-475a-9083-7ca5e73e9e18",
            "last_updated": "2022-09-11T18:02:01.261216-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.60000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888a5973-157d-4c7b-9aad-9d575e9fc5a9/?format=api"
        }
    ]
}