GET /api/bet_types/7aebac62-f411-4b1d-b211-9141360700c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aebac62-f411-4b1d-b211-9141360700c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/265ac207-bf82-4da1-bebf-ffd5bf5b8559/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:52.153940-04: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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd6d9c95-e3a9-4539-904f-a7a58d898bb3",
            "gambit_id": "2ca83e97-91b3-43a4-9f95-53394d193419",
            "last_updated": "2023-03-18T14:52:12.643470-04:00",
            "created_at": "2023-03-17T09:31:52.156336-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aebac62-f411-4b1d-b211-9141360700c0/?format=api"
        },
        {
            "id": "f1a4a26c-dff7-46c1-93a2-c8f8b04a2732",
            "gambit_id": "4a276753-7cee-4d09-9efa-8463d600b794",
            "last_updated": "2023-03-18T14:52:12.644900-04:00",
            "created_at": "2023-03-17T09:31:52.155087-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aebac62-f411-4b1d-b211-9141360700c0/?format=api"
        }
    ]
}