GET /api/bet_types/eb0e0fbc-ea5f-4666-97e7-fff765c1b3ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb0e0fbc-ea5f-4666-97e7-fff765c1b3ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27c1441-8091-4769-a274-947f55f08b97/?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": "BYU",
                "amount": 5000.0
            },
            {
                "team": "Utah State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "285da654-3bc4-4147-983c-6de771baa130",
            "gambit_id": "82e4dfd9-7a88-4fe3-8799-0080fe14fb89",
            "last_updated": "2022-09-30T09:42:52.010640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-26.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb0e0fbc-ea5f-4666-97e7-fff765c1b3ca/?format=api"
        },
        {
            "id": "273014d7-49c7-4e5f-a78a-b26024970de7",
            "gambit_id": "3ad20d27-d93f-416a-a371-b2b3041b3567",
            "last_updated": "2022-09-30T09:42:52.011636-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "26.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb0e0fbc-ea5f-4666-97e7-fff765c1b3ca/?format=api"
        }
    ]
}