GET /api/bet_types/2b3ae680-4a65-4861-879d-711ac7fc0044/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b3ae680-4a65-4861-879d-711ac7fc0044",
    "match": "https://api-prod.gambitprofit.com/api/matches/a299618a-6dc6-45b7-af5e-c841e5e32228/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:07.032106-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": "Game Total Over 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e472c2df-260b-4500-afe7-4280cfd6e4db",
            "gambit_id": "85d5ea82-a579-4423-bba5-12429997ee38",
            "last_updated": "2023-06-20T10:33:07.684106-04:00",
            "created_at": "2023-06-19T08:08:07.034347-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3ae680-4a65-4861-879d-711ac7fc0044/?format=api"
        },
        {
            "id": "ddc9dd58-731d-4e73-b5b7-7fab2480b218",
            "gambit_id": "ddaca9b2-dbfb-4626-8f59-3be363294067",
            "last_updated": "2023-06-20T10:33:07.686506-04:00",
            "created_at": "2023-06-19T08:08:07.036980-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3ae680-4a65-4861-879d-711ac7fc0044/?format=api"
        }
    ]
}