GET /api/bet_types/57b98485-f5ec-4a34-9d79-0de95124c30f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57b98485-f5ec-4a34-9d79-0de95124c30f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c49dd20a-9e93-4172-9492-d6b1ca0caab1/?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": "East Carolina",
                "amount": 5000.0
            },
            {
                "team": "South Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "141ba5fa-5a27-42f1-a185-bfd11b85f163",
            "gambit_id": "f4e16bb2-796b-4e06-9e66-b80640041721",
            "last_updated": "2022-10-02T20:02:04.175484-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57b98485-f5ec-4a34-9d79-0de95124c30f/?format=api"
        },
        {
            "id": "ec2b4bbd-1b60-4535-ad55-f17269c981c3",
            "gambit_id": "02d19a46-57be-4c39-9651-4742f0aea351",
            "last_updated": "2022-10-02T20:02:04.174430-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57b98485-f5ec-4a34-9d79-0de95124c30f/?format=api"
        }
    ]
}