GET /api/bet_types/dd3b867c-e87b-4a8c-9d0a-e0628c1a20b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd3b867c-e87b-4a8c-9d0a-e0628c1a20b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1653c409-efb4-438c-b57c-db19d2c687eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:15.409185-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f56fe0f4-718c-4afa-ba8e-905e2d2c2cf6",
            "gambit_id": "d3ca44b6-3737-4b22-8ce9-9463b2818465",
            "last_updated": "2022-12-28T21:37:15.129170-05:00",
            "created_at": "2022-12-27T08:57:15.410344-05:00",
            "name": "Washington Wizards",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd3b867c-e87b-4a8c-9d0a-e0628c1a20b8/?format=api"
        },
        {
            "id": "19557111-3a86-4d2b-aff4-9a36622c472d",
            "gambit_id": "d0287728-2ca6-4683-be75-8f01edaeaba6",
            "last_updated": "2022-12-28T21:37:15.130266-05:00",
            "created_at": "2022-12-27T08:57:15.411597-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd3b867c-e87b-4a8c-9d0a-e0628c1a20b8/?format=api"
        }
    ]
}