GET /api/bet_types/f8ed813a-235a-4de6-9706-b3aa9dc583d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8ed813a-235a-4de6-9706-b3aa9dc583d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf04d0cc-9756-4a5c-9432-d5d93612f9a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:15.186392-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "93536d58-6cdf-43a1-abc6-b5e3b98708c4",
            "gambit_id": "12d2728f-f71e-46c8-8b9e-47c8bb4598f1",
            "last_updated": "2023-02-07T10:27:19.663973-05:00",
            "created_at": "2023-02-06T08:32:15.189048-05:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8ed813a-235a-4de6-9706-b3aa9dc583d7/?format=api"
        },
        {
            "id": "819889b9-86e6-4c8c-986e-2453c2a9d84f",
            "gambit_id": "8c184301-fe7e-47a8-88df-fa28c9c58dcf",
            "last_updated": "2023-02-07T10:27:19.662748-05:00",
            "created_at": "2023-02-06T08:32:15.187688-05:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8ed813a-235a-4de6-9706-b3aa9dc583d7/?format=api"
        }
    ]
}