GET /api/bet_types/c49ac591-b183-4ee2-ba66-36bdd3980313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c49ac591-b183-4ee2-ba66-36bdd3980313",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d45031f-a86c-434a-a422-b9eb9bac26a0/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Tulane",
                "amount": 5000.0
            },
            {
                "team": "SMU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cbbed57-9f9b-4f82-b37f-4938852dd184",
            "gambit_id": "96721095-fe8a-4f1c-8c28-6a4dae1fe130",
            "last_updated": "2022-11-18T10:07:51.718621-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49ac591-b183-4ee2-ba66-36bdd3980313/?format=api"
        },
        {
            "id": "01a31209-d9e9-45a6-88aa-e929ccc7b73b",
            "gambit_id": "0e1259e0-c8e3-4424-b86e-76ba43a25ae2",
            "last_updated": "2022-11-18T10:07:51.719942-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49ac591-b183-4ee2-ba66-36bdd3980313/?format=api"
        }
    ]
}