GET /api/bet_types/6d0dc36d-9f2c-4c68-a3ce-893a13e89023/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d0dc36d-9f2c-4c68-a3ce-893a13e89023",
    "match": "https://api-prod.gambitprofit.com/api/matches/51d2ecf1-1c15-40f8-9cf4-f57d4352bc98/?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": "Syracuse",
                "amount": 5000.0
            },
            {
                "team": "Notre Dame",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "86888073-1147-4003-b4b1-ddc9d7bc550e",
            "gambit_id": "d2f97aba-356b-4a74-b7c8-999d0cbb8187",
            "last_updated": "2022-10-31T10:47:26.296289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0dc36d-9f2c-4c68-a3ce-893a13e89023/?format=api"
        },
        {
            "id": "be0573ae-24bc-4c31-a0c7-7349c8575fb4",
            "gambit_id": "c13748ca-e668-4b41-b535-487f39e13172",
            "last_updated": "2022-10-31T10:47:26.297257-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0dc36d-9f2c-4c68-a3ce-893a13e89023/?format=api"
        }
    ]
}