GET /api/bet_types/4a56da9f-3f96-4ab0-92a3-b7c2a19ae23e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a56da9f-3f96-4ab0-92a3-b7c2a19ae23e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ad41114-105f-4d92-86ae-8b53b6eb31db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:08.066290-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "477eb0c7-1dba-4674-bc0b-08d394f17a7a",
            "gambit_id": "700edfea-ac63-4420-b7be-0fa01a01e18a",
            "last_updated": "2023-10-26T10:43:10.654710-04:00",
            "created_at": "2023-10-25T09:13:08.071372-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a56da9f-3f96-4ab0-92a3-b7c2a19ae23e/?format=api"
        },
        {
            "id": "7666747c-cbab-41fa-954d-a109f6362acd",
            "gambit_id": "79e73c08-d200-49f9-9268-ad460c8ed581",
            "last_updated": "2023-10-26T10:43:10.659498-04:00",
            "created_at": "2023-10-25T09:13:08.076449-04:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a56da9f-3f96-4ab0-92a3-b7c2a19ae23e/?format=api"
        }
    ]
}