GET /api/bet_types/c9b69fb6-6984-475a-9eff-54d9b60eda0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9b69fb6-6984-475a-9eff-54d9b60eda0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d5aea17-d532-4e69-a983-cb38e4efc525/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:11:59.785709-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": "Florida Panthers",
                "amount": 6547.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "755b43ff-6559-4896-aa64-ea83230ae399",
            "gambit_id": "b629e144-8102-4477-b91f-cbadcb831b6c",
            "last_updated": "2023-05-11T11:17:10.513539-04:00",
            "created_at": "2023-05-10T15:11:59.787184-04:00",
            "name": "Florida Panthers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b69fb6-6984-475a-9eff-54d9b60eda0f/?format=api"
        },
        {
            "id": "7ff96463-8a1c-46af-b8d5-a0fc107b297d",
            "gambit_id": "8065b434-be5b-45d7-8536-d586c5a28991",
            "last_updated": "2023-05-11T11:17:10.514982-04:00",
            "created_at": "2023-05-10T15:11:59.788849-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b69fb6-6984-475a-9eff-54d9b60eda0f/?format=api"
        }
    ]
}