GET /api/bet_types/87ba4fb4-c5e1-4347-94b5-ca306bfde46c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87ba4fb4-c5e1-4347-94b5-ca306bfde46c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-19T09:22:06.074336-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": "Game Total Under 6.5",
                "amount": 5328.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f47e0eff-491b-4dd0-999b-f41accd07625",
            "gambit_id": "578f2c95-879b-4497-9b2f-28452ae8b480",
            "last_updated": "2023-01-20T10:11:59.450930-05:00",
            "created_at": "2023-01-19T09:22:06.075558-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba4fb4-c5e1-4347-94b5-ca306bfde46c/?format=api"
        },
        {
            "id": "822ef69d-255f-4219-855f-ae86de83744c",
            "gambit_id": "197cc0aa-b970-4603-9623-2a74ad2798e0",
            "last_updated": "2023-01-20T10:11:59.452015-05:00",
            "created_at": "2023-01-19T09:22:06.076766-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba4fb4-c5e1-4347-94b5-ca306bfde46c/?format=api"
        }
    ]
}