GET /api/bet_types/82d2a9b4-ef84-45f4-9646-09c4a5c1f0f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82d2a9b4-ef84-45f4-9646-09c4a5c1f0f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67cfd37-18bd-4575-be5b-cc8aa46fbefa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T09:13:24.733437-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": "NYY",
                "amount": 6232.0
            },
            {
                "team": "TOR",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "5eb0909c-370c-4808-9745-ad40877f470c",
            "gambit_id": "61f14116-a0fa-4812-9156-d63027498b17",
            "last_updated": "2023-09-21T09:53:17.871050-04:00",
            "created_at": "2023-09-19T09:13:24.741923-04:00",
            "name": "NYY",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82d2a9b4-ef84-45f4-9646-09c4a5c1f0f9/?format=api"
        },
        {
            "id": "49932a53-3fbb-4c57-ba3c-95b630f19a19",
            "gambit_id": "f305ece8-fe49-44c7-bf05-391444f66d37",
            "last_updated": "2023-09-21T09:53:17.875340-04:00",
            "created_at": "2023-09-19T09:13:24.737796-04:00",
            "name": "TOR",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82d2a9b4-ef84-45f4-9646-09c4a5c1f0f9/?format=api"
        }
    ]
}