GET /api/bet_types/482fe4f3-91e1-4603-ae42-6e438f4d6356/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "482fe4f3-91e1-4603-ae42-6e438f4d6356",
    "match": "https://api-prod.gambitprofit.com/api/matches/c56892a8-10ad-4347-9ff4-44dc0c4e355e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:18.572861-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40034699-6e35-448c-a435-c465a4626f98",
            "gambit_id": "35f0618a-0166-4663-a6bd-3aed0fd58580",
            "last_updated": "2023-12-27T13:12:57.644451-05:00",
            "created_at": "2023-12-26T11:58:18.576964-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/482fe4f3-91e1-4603-ae42-6e438f4d6356/?format=api"
        },
        {
            "id": "9f84ec66-286a-4b4d-b40b-0a9c19b2a787",
            "gambit_id": "329bb2d4-bb5f-4307-8ab7-a1ba09e5fb45",
            "last_updated": "2023-12-27T13:12:57.647985-05:00",
            "created_at": "2023-12-26T11:58:18.581230-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/482fe4f3-91e1-4603-ae42-6e438f4d6356/?format=api"
        }
    ]
}