GET /api/bet_types/e9a182c3-8f63-4dad-87e5-99ca9a8b8eb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9a182c3-8f63-4dad-87e5-99ca9a8b8eb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f892d3de-1b21-40df-884d-f4a2be3b32c5/?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": "MIA",
                "amount": 6278.0
            },
            {
                "team": "PHI",
                "amount": 3722.0
            }
        ],
        "expected_reward_tokens": 9228.66,
        "profit_sb": 228.66,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "973b99e7-18f9-4523-b164-a57500db98e4",
            "gambit_id": "9cd9cc63-be57-4370-9e22-1be3cd405527",
            "last_updated": "2022-09-09T16:11:55.669687-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a182c3-8f63-4dad-87e5-99ca9a8b8eb8/?format=api"
        },
        {
            "id": "ff579502-c6e1-4145-966c-a15e801665e5",
            "gambit_id": "fdb1de43-3551-402c-8b54-4a784cc47a16",
            "last_updated": "2022-09-09T16:11:55.668703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.48000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a182c3-8f63-4dad-87e5-99ca9a8b8eb8/?format=api"
        }
    ]
}