GET /api/bet_types/1aad1698-c59f-4c2f-8c34-616933595383/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aad1698-c59f-4c2f-8c34-616933595383",
    "match": "https://api-prod.gambitprofit.com/api/matches/794a0763-cbb7-4c18-b95e-87525e550248/?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": "SDG",
                "amount": 5664.0
            },
            {
                "team": "COL",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e47c44b-78cd-459f-8615-16590b1f8a83",
            "gambit_id": "daeb779a-e9b5-49e8-b23b-c83f449fb40d",
            "last_updated": "2022-09-25T21:46:52.480363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aad1698-c59f-4c2f-8c34-616933595383/?format=api"
        },
        {
            "id": "28ba7716-47ae-49cf-bacd-253d7b5ab418",
            "gambit_id": "ca0c8617-1cc7-4878-b25e-cfb312557e69",
            "last_updated": "2022-09-25T21:46:52.478115-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aad1698-c59f-4c2f-8c34-616933595383/?format=api"
        }
    ]
}