GET /api/bet_types/345225b1-616d-479a-b087-7a55c5d5f468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "345225b1-616d-479a-b087-7a55c5d5f468",
    "match": "https://api-prod.gambitprofit.com/api/matches/45b5f454-52ca-4675-bc43-097001644547/?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": "TAM",
                "amount": 6500.0
            },
            {
                "team": "NYY",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "60a17e7d-7403-4716-9fe4-a2c06846c92e",
            "gambit_id": "d2ecb45e-fbf5-49dc-bfbf-6ace1820a2af",
            "last_updated": "2022-09-11T18:17:11.345576-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345225b1-616d-479a-b087-7a55c5d5f468/?format=api"
        },
        {
            "id": "9f14b609-15f9-404f-8b70-25a3c359db1a",
            "gambit_id": "11c5cea4-1d39-4664-bb45-9ef8656e3dde",
            "last_updated": "2022-09-11T18:17:11.344529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.60000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345225b1-616d-479a-b087-7a55c5d5f468/?format=api"
        }
    ]
}