GET /api/bet_types/a26c47ed-ffce-4d80-8760-4b1193a7c3ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a26c47ed-ffce-4d80-8760-4b1193a7c3ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/4335781d-7f07-4d0e-863e-455d42be6700/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.589586-04: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": "Iowa",
                "amount": 5000.0
            },
            {
                "team": "Auburn",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "14468051-9a0f-4bbd-848f-becc8d489b75",
            "gambit_id": "a083c491-532b-4985-8e1c-292100af7c92",
            "last_updated": "2023-03-17T10:42:21.360560-04:00",
            "created_at": "2023-03-14T19:52:10.591258-04:00",
            "name": "Iowa",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a26c47ed-ffce-4d80-8760-4b1193a7c3ec/?format=api"
        },
        {
            "id": "e1487f4c-b4f0-4498-b9d2-b282cd994637",
            "gambit_id": "74629f87-6d2b-40e7-b8b0-0b36f99efb5c",
            "last_updated": "2023-03-17T10:42:21.363182-04:00",
            "created_at": "2023-03-14T19:52:10.592901-04:00",
            "name": "Auburn",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a26c47ed-ffce-4d80-8760-4b1193a7c3ec/?format=api"
        }
    ]
}