GET /api/bet_types/67ac0d04-7857-4156-89ca-9a6b27998ac2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67ac0d04-7857-4156-89ca-9a6b27998ac2",
    "match": "https://api-prod.gambitprofit.com/api/matches/87bf376f-c663-4a8d-9099-0b3cd4ec1d78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:56.603489-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6de2adef-d951-4591-b069-ed40584fdc78",
            "gambit_id": "96532b2b-843b-4853-bc41-c434eba84bd2",
            "last_updated": "2023-03-08T10:07:24.676047-05:00",
            "created_at": "2023-03-07T09:41:56.604737-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ac0d04-7857-4156-89ca-9a6b27998ac2/?format=api"
        },
        {
            "id": "a47266a9-4fd7-4c3d-8ae8-4966d2fd8a2d",
            "gambit_id": "8f974868-7b4f-4002-b945-5d21a6e17700",
            "last_updated": "2023-03-08T10:07:24.677216-05:00",
            "created_at": "2023-03-07T09:41:56.606001-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ac0d04-7857-4156-89ca-9a6b27998ac2/?format=api"
        }
    ]
}