GET /api/bet_types/2914b5c8-5bca-4f4d-8aa7-c7633d2f95a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2914b5c8-5bca-4f4d-8aa7-c7633d2f95a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f7d8522-857b-41c9-b2a0-c6059426c056/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T09:28:04.578825-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": "LAA",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "74991444-37b9-4ced-8ebd-5473baffe38e",
            "gambit_id": "73b883e4-3e56-430c-a74b-0aa914cb88d0",
            "last_updated": "2023-08-21T10:33:13.295266-04:00",
            "created_at": "2023-08-19T09:28:04.586900-04:00",
            "name": "LAA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2914b5c8-5bca-4f4d-8aa7-c7633d2f95a6/?format=api"
        },
        {
            "id": "0988144f-c427-4529-adfb-22b98fcb3dfe",
            "gambit_id": "923a4f50-1b1c-4420-8025-a2302c499996",
            "last_updated": "2023-08-21T10:33:13.291977-04:00",
            "created_at": "2023-08-19T09:28:04.582534-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2914b5c8-5bca-4f4d-8aa7-c7633d2f95a6/?format=api"
        }
    ]
}