GET /api/bet_types/d108d807-d6cd-4177-9023-218ac613ad33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d108d807-d6cd-4177-9023-218ac613ad33",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b4f9fc4-aaef-4f26-99f3-8a8f15fd27b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.205261-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3810f97c-7a71-4157-93df-e550b957ee3a",
            "gambit_id": "b1769755-1026-4df4-aaa0-f3dce9db0001",
            "last_updated": "2023-01-25T10:51:50.867816-05:00",
            "created_at": "2023-01-24T09:31:52.206907-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d108d807-d6cd-4177-9023-218ac613ad33/?format=api"
        },
        {
            "id": "022efec1-2789-4648-aea8-9751d1aff209",
            "gambit_id": "4dfbd74a-4947-4c78-96c3-ec039075ebaf",
            "last_updated": "2023-01-25T10:51:50.868977-05:00",
            "created_at": "2023-01-24T09:31:52.208501-05:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d108d807-d6cd-4177-9023-218ac613ad33/?format=api"
        }
    ]
}