GET /api/bet_types/44d33168-3f2e-4224-bc90-b4e4137c8810/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44d33168-3f2e-4224-bc90-b4e4137c8810",
    "match": "https://api-prod.gambitprofit.com/api/matches/5014d4f4-b55a-4268-ae06-15cd113e6143/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:06.242338-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6e6e189-e68d-4fc8-bc47-3ec0c3e05853",
            "gambit_id": "0b928026-3666-4ba1-bb6f-821ca11b056d",
            "last_updated": "2023-01-20T10:22:04.953606-05:00",
            "created_at": "2023-01-19T09:22:06.249342-05:00",
            "name": "Golden State Warriors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d33168-3f2e-4224-bc90-b4e4137c8810/?format=api"
        },
        {
            "id": "d3a8076b-6694-49c8-8e00-bd84549b91ac",
            "gambit_id": "a3398e69-7a3f-4018-a6a3-c5c35c4bee04",
            "last_updated": "2023-01-20T10:22:04.952332-05:00",
            "created_at": "2023-01-19T09:22:06.246073-05:00",
            "name": "Boston Celtics",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d33168-3f2e-4224-bc90-b4e4137c8810/?format=api"
        }
    ]
}