GET /api/bet_types/3ee2dc4a-1026-4726-9c31-597cde9e7bad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ee2dc4a-1026-4726-9c31-597cde9e7bad",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa6d1c55-5474-4849-aac3-70602a56620a/?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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ec863df-95ca-45b0-afd5-0e4c9204076a",
            "gambit_id": "19368b9c-9e10-46a1-b276-d73959c2e0bf",
            "last_updated": "2022-12-22T10:42:31.216908-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee2dc4a-1026-4726-9c31-597cde9e7bad/?format=api"
        },
        {
            "id": "c421de3d-42be-4c17-a39e-5d3572f068d5",
            "gambit_id": "5ea77b06-357b-47ea-938b-3afe8756286d",
            "last_updated": "2022-12-22T10:42:31.218040-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee2dc4a-1026-4726-9c31-597cde9e7bad/?format=api"
        }
    ]
}