GET /api/bet_types/a0bd6bd2-deab-4df6-a865-fe0337d19ef9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0bd6bd2-deab-4df6-a865-fe0337d19ef9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0552b7b0-26f4-4acc-87c8-840e8c00108e/?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": "SFO",
                "amount": 5829.0
            },
            {
                "team": "ATL",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec6bbb1e-d0e6-40b0-860d-d73bf1959985",
            "gambit_id": "6aa2a195-5f68-46de-a56f-aed97df6466d",
            "last_updated": "2022-09-15T11:07:08.891768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0bd6bd2-deab-4df6-a865-fe0337d19ef9/?format=api"
        },
        {
            "id": "7e1ed24c-6910-44f4-a8c2-6618553c2a06",
            "gambit_id": "b844c3d8-b5e0-4f7c-9d3b-3c2d8cdb08ed",
            "last_updated": "2022-09-15T11:07:08.892721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0bd6bd2-deab-4df6-a865-fe0337d19ef9/?format=api"
        }
    ]
}