GET /api/bet_types/4fd0e35f-088a-4158-92de-ad6fcf9fbb07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fd0e35f-088a-4158-92de-ad6fcf9fbb07",
    "match": "https://api-prod.gambitprofit.com/api/matches/30cd1368-764f-44ae-96eb-00a4dd1ccac1/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:14.412959-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "822d9fe0-4375-4059-8d11-49367492cc31",
            "gambit_id": "c1eacc67-6c84-407b-9517-ce6be46b8a44",
            "last_updated": "2024-01-31T10:13:33.654216-05:00",
            "created_at": "2024-01-29T09:13:14.418691-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fd0e35f-088a-4158-92de-ad6fcf9fbb07/?format=api"
        },
        {
            "id": "504446da-72a7-44d8-a8fe-287162a72f27",
            "gambit_id": "15ead38d-75be-4bff-9f56-ead3e07cd247",
            "last_updated": "2024-01-31T10:13:33.658049-05:00",
            "created_at": "2024-01-29T09:13:14.424280-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fd0e35f-088a-4158-92de-ad6fcf9fbb07/?format=api"
        }
    ]
}