GET /api/bet_types/f1128d0b-8ff5-462a-9f7f-daa27e5ad5a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1128d0b-8ff5-462a-9f7f-daa27e5ad5a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4adbf448-9927-4177-b25d-170ca87e4d3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T08:27:14.259830-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": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e82b3a5-b6f8-4f12-b8d6-da87346d6c2e",
            "gambit_id": "276495d0-e094-4902-910a-bf9f04514854",
            "last_updated": "2023-01-12T15:37:00.134728-05:00",
            "created_at": "2023-01-11T08:27:14.262254-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1128d0b-8ff5-462a-9f7f-daa27e5ad5a8/?format=api"
        },
        {
            "id": "dfd99bc3-74a0-4c01-a41e-682e063e19d3",
            "gambit_id": "916b90bb-b214-4f0e-80a7-002a08a7cdff",
            "last_updated": "2023-01-12T15:37:00.133691-05:00",
            "created_at": "2023-01-11T08:27:14.260974-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1128d0b-8ff5-462a-9f7f-daa27e5ad5a8/?format=api"
        }
    ]
}