GET /api/bet_types/4771a9ad-6b74-4c6b-aeb0-7ca26253b6bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4771a9ad-6b74-4c6b-aeb0-7ca26253b6bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a02b2d-d39f-4ebd-9d5c-00c7c02b0c0f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:18.651750-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e8ae2a4-64e7-480c-b254-2679820182b3",
            "gambit_id": "f518d9b4-eee4-4d2a-b647-777144115c47",
            "last_updated": "2023-11-23T16:13:03.046583-05:00",
            "created_at": "2023-11-22T09:08:18.656219-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4771a9ad-6b74-4c6b-aeb0-7ca26253b6bc/?format=api"
        },
        {
            "id": "f40cafc7-ac31-4706-b610-fc68f82216b5",
            "gambit_id": "15562190-b7de-49fa-a6f3-8b82c75499a7",
            "last_updated": "2023-11-23T16:13:03.050544-05:00",
            "created_at": "2023-11-22T09:08:18.660246-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4771a9ad-6b74-4c6b-aeb0-7ca26253b6bc/?format=api"
        }
    ]
}