GET /api/bet_types/32cd2aa7-06c3-4dea-a964-84913e0cc8c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32cd2aa7-06c3-4dea-a964-84913e0cc8c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/33d5e415-7707-41a3-902a-c5e143e5a235/?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": "SEA",
                "amount": 5911.0
            },
            {
                "team": "NYY",
                "amount": 4089.0
            }
        ],
        "expected_reward_tokens": 9280.27,
        "profit_sb": 280.27,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "39cf2b24-598a-49ee-86aa-637c45f2e388",
            "gambit_id": "bb0d6dea-6f30-41ba-980e-c1e293ba9fa1",
            "last_updated": "2022-08-11T09:42:08.184574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32cd2aa7-06c3-4dea-a964-84913e0cc8c5/?format=api"
        },
        {
            "id": "acdcd1d2-3112-4f14-924c-5e8994de6c41",
            "gambit_id": "ddc1d964-467f-473c-844b-68a181a41ece",
            "last_updated": "2022-08-11T09:42:08.185045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32cd2aa7-06c3-4dea-a964-84913e0cc8c5/?format=api"
        }
    ]
}