GET /api/bet_types/2098885f-1441-4b4b-8bbd-aff8bfff0dc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2098885f-1441-4b4b-8bbd-aff8bfff0dc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e1cbba-8e12-46c0-9310-c24f6e0083bb/?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": "TEX",
                "amount": 5995.0
            },
            {
                "team": "CWS",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d24c0c7-cd31-49a2-8843-b551ff967c89",
            "gambit_id": "37df4795-904d-4868-9d0b-9016a1a5e772",
            "last_updated": "2022-08-07T10:57:15.713635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2098885f-1441-4b4b-8bbd-aff8bfff0dc0/?format=api"
        },
        {
            "id": "055e9a07-0df0-40df-a2b8-3cb3c8b771de",
            "gambit_id": "d20a1cb3-874c-46e1-ae0f-014cbc2e93f1",
            "last_updated": "2022-08-07T10:57:15.714096-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2098885f-1441-4b4b-8bbd-aff8bfff0dc0/?format=api"
        }
    ]
}