GET /api/bet_types/b5a757a3-215a-4936-9c96-b315cfb7cf15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5a757a3-215a-4936-9c96-b315cfb7cf15",
    "match": "https://api-prod.gambitprofit.com/api/matches/11588bb2-90ef-4aec-a82e-61a07485360d/?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": "Iowa",
                "amount": 5097.0
            },
            {
                "team": "Wisconsin",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d718e13-721c-4822-99fb-f3c61f8fc0ae",
            "gambit_id": "027b4df1-50d0-4826-b8da-1becf3462888",
            "last_updated": "2022-11-14T09:58:59.810118-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5a757a3-215a-4936-9c96-b315cfb7cf15/?format=api"
        },
        {
            "id": "0c556be4-3b49-474e-8726-4bd793e832c4",
            "gambit_id": "1cd196bf-4b35-474f-af7b-1a2e983fc860",
            "last_updated": "2022-11-14T09:58:59.811072-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5a757a3-215a-4936-9c96-b315cfb7cf15/?format=api"
        }
    ]
}