GET /api/bet_types/67db1160-1974-4bf3-86df-12a22e89cd8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67db1160-1974-4bf3-86df-12a22e89cd8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/792f0239-31dd-455e-a86b-021bd5dcfbdf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:06.537576-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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b63a40ae-4517-4f58-abf0-d82b0421ebbf",
            "gambit_id": "7c13948c-706c-4441-a7fb-27df9877ee90",
            "last_updated": "2023-08-21T19:53:14.393021-04:00",
            "created_at": "2023-08-17T13:03:06.541612-04:00",
            "name": "Denver Broncos",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67db1160-1974-4bf3-86df-12a22e89cd8c/?format=api"
        },
        {
            "id": "32a0c1dc-bf3b-4a42-bc7a-87c02aa84378",
            "gambit_id": "1e589acb-09cb-4e6a-b179-6a427cacae72",
            "last_updated": "2023-08-21T19:53:14.397359-04:00",
            "created_at": "2023-08-17T13:03:06.545529-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67db1160-1974-4bf3-86df-12a22e89cd8c/?format=api"
        }
    ]
}