GET /api/bet_types/d1b2f7d5-1d0b-4cda-adb8-b22fe51bd3a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b2f7d5-1d0b-4cda-adb8-b22fe51bd3a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/debfe789-7f44-4c13-93d1-b23a333eed14/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:15.057569-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": "NYM",
                "amount": 5423.0
            },
            {
                "team": "OAK",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfc0e4fe-4b05-4d28-aea2-86c0893b76d7",
            "gambit_id": "d0682fb0-e79e-4948-8887-baca18530f6f",
            "last_updated": "2023-04-15T15:32:01.401674-04:00",
            "created_at": "2023-04-14T12:02:15.061134-04:00",
            "name": "NYM",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b2f7d5-1d0b-4cda-adb8-b22fe51bd3a2/?format=api"
        },
        {
            "id": "6b0caa3b-9077-4fb6-9d2b-3fd45cce7431",
            "gambit_id": "ee66dab3-8d87-4986-b443-82fdbbefdd32",
            "last_updated": "2023-04-15T15:32:01.399528-04:00",
            "created_at": "2023-04-14T12:02:15.059334-04:00",
            "name": "OAK",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b2f7d5-1d0b-4cda-adb8-b22fe51bd3a2/?format=api"
        }
    ]
}