GET /api/bet_types/2ed5f31e-dd3e-4ad2-a3a8-01d6b3ae9180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ed5f31e-dd3e-4ad2-a3a8-01d6b3ae9180",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f53fd3a-1489-47fe-9fb3-857691806c9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-18T09:08:18.652581-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": "WAS",
                "amount": 5688.0
            },
            {
                "team": "CWS",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "346e8615-03ba-4ee2-a216-5c2bea92e0ee",
            "gambit_id": "195bc70a-ff47-467a-a0de-851ae9cc02d4",
            "last_updated": "2023-09-20T09:23:06.783014-04:00",
            "created_at": "2023-09-18T09:08:18.664376-04:00",
            "name": "WAS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed5f31e-dd3e-4ad2-a3a8-01d6b3ae9180/?format=api"
        },
        {
            "id": "2a323cee-aecb-448f-9973-3042038ce4fd",
            "gambit_id": "063f21da-6591-4ee3-aa58-7adfc96a51ad",
            "last_updated": "2023-09-20T09:23:06.779322-04:00",
            "created_at": "2023-09-18T09:08:18.658444-04:00",
            "name": "CWS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed5f31e-dd3e-4ad2-a3a8-01d6b3ae9180/?format=api"
        }
    ]
}