GET /api/bet_types/37df69f0-92cf-491a-9e11-fcc97ab4bebf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37df69f0-92cf-491a-9e11-fcc97ab4bebf",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc9e2893-396f-4b27-b02a-47c1e2c79d27/?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": "Oregon",
                "amount": 5000.0
            },
            {
                "team": "Oregon State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "514e25f6-2887-4221-b707-6b7586f23f60",
            "gambit_id": "7befec97-22b1-4935-9708-558010543571",
            "last_updated": "2022-11-28T09:52:08.151285-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37df69f0-92cf-491a-9e11-fcc97ab4bebf/?format=api"
        },
        {
            "id": "cf4316fe-0efe-4490-976f-d5533ea3fdc5",
            "gambit_id": "82986f96-9661-4f45-af2b-7a3cc0026e9d",
            "last_updated": "2022-11-28T09:52:08.150259-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37df69f0-92cf-491a-9e11-fcc97ab4bebf/?format=api"
        }
    ]
}