GET /api/bet_types/c9ccccee-d927-492f-a034-3ad25592598b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9ccccee-d927-492f-a034-3ad25592598b",
    "match": "https://api-prod.gambitprofit.com/api/matches/434ce18f-a988-4d9e-8c1c-4fd3b7d87857/?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": "PHI",
                "amount": 5204.0
            },
            {
                "team": "WAS",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef4b0263-9591-40f9-bde3-ce4d5800686a",
            "gambit_id": "b4f24835-f676-474a-a270-d7081324348d",
            "last_updated": "2022-08-05T10:01:56.120644-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9ccccee-d927-492f-a034-3ad25592598b/?format=api"
        },
        {
            "id": "dd5288a2-22b2-43e6-b9b4-f425cfdd97d5",
            "gambit_id": "6200351c-4d5b-4503-8ecc-79d8ebb9d5aa",
            "last_updated": "2022-08-05T10:01:56.121219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9ccccee-d927-492f-a034-3ad25592598b/?format=api"
        }
    ]
}