GET /api/bet_types/c9c4fb13-3b48-4fa4-804b-7240c423874c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9c4fb13-3b48-4fa4-804b-7240c423874c",
    "match": "https://api-prod.gambitprofit.com/api/matches/26ebe4bb-2b18-411a-bf63-2abd194b2133/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7b1840c-ca05-49fc-90ea-b0a774ce7c8f",
            "gambit_id": "2e70d2f2-61e8-49f7-8345-6ff46c758c05",
            "last_updated": "2022-12-10T18:42:01.356736-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c4fb13-3b48-4fa4-804b-7240c423874c/?format=api"
        },
        {
            "id": "d2d18ae1-a929-4e6b-b9c2-f0f2bf306712",
            "gambit_id": "6b90ec70-ee7f-40b7-ac5e-534df4b625b7",
            "last_updated": "2022-12-10T18:42:01.355581-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c4fb13-3b48-4fa4-804b-7240c423874c/?format=api"
        }
    ]
}