GET /api/bet_types/bfaaf393-0745-4673-aa40-95f20766a71b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfaaf393-0745-4673-aa40-95f20766a71b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd47aad0-1b47-41f4-a5de-88204239f1d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:13.721785-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": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ecac8f5-c6c3-4a35-aaa6-f25733510119",
            "gambit_id": "741a33d8-722e-4520-b035-1e5692c26a55",
            "last_updated": "2023-12-04T15:13:30.305964-05:00",
            "created_at": "2023-12-02T08:28:13.726060-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfaaf393-0745-4673-aa40-95f20766a71b/?format=api"
        },
        {
            "id": "d6cb111b-a2ce-4966-93c5-ba09b753c126",
            "gambit_id": "54ca6e49-09e0-4f15-9b8a-18bf4bc1d26d",
            "last_updated": "2023-12-04T15:13:30.309593-05:00",
            "created_at": "2023-12-02T08:28:13.729601-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfaaf393-0745-4673-aa40-95f20766a71b/?format=api"
        }
    ]
}