GET /api/bet_types/ec1f75e2-33c8-4c3b-b332-4b929c5218e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec1f75e2-33c8-4c3b-b332-4b929c5218e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b26434d-a435-4dd0-b10a-72fb0ceee58d/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:56.828295-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": "Denver Nuggets",
                "amount": 5098.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "83e41a80-e106-483a-96d5-52184ec74263",
            "gambit_id": "aabd83f0-05b6-463b-8810-c913f4c448ae",
            "last_updated": "2022-12-24T19:01:52.161945-05:00",
            "created_at": "2022-12-23T09:06:56.829411-05:00",
            "name": "Denver Nuggets",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec1f75e2-33c8-4c3b-b332-4b929c5218e0/?format=api"
        },
        {
            "id": "1d07f81a-323a-4751-825b-77477460255b",
            "gambit_id": "258e78ce-db60-4506-a8ba-2154b9d675d9",
            "last_updated": "2022-12-24T19:01:52.163402-05:00",
            "created_at": "2022-12-23T09:06:56.830559-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec1f75e2-33c8-4c3b-b332-4b929c5218e0/?format=api"
        }
    ]
}