GET /api/bet_types/f3df1e70-99fc-47fb-9a80-fc14d46a8c4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3df1e70-99fc-47fb-9a80-fc14d46a8c4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a0e036d-2e66-4ab3-8973-bcae8eafd5f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:08.802352-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5371a630-4a49-4c77-9999-7c321b5fb481",
            "gambit_id": "d0b1ff1d-137f-4c43-ad99-98846b5b336e",
            "last_updated": "2023-10-26T10:43:11.383990-04:00",
            "created_at": "2023-10-25T09:13:08.806890-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3df1e70-99fc-47fb-9a80-fc14d46a8c4f/?format=api"
        },
        {
            "id": "7299aeed-b1b0-4a6a-b74d-5eb25282f619",
            "gambit_id": "9ae4a077-ece4-442f-8670-3cfaece10e2a",
            "last_updated": "2023-10-26T10:43:11.402524-04:00",
            "created_at": "2023-10-25T09:13:08.810677-04:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3df1e70-99fc-47fb-9a80-fc14d46a8c4f/?format=api"
        }
    ]
}