GET /api/bet_types/ee76bd84-6167-40d2-bea3-4f3a4a864cfe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee76bd84-6167-40d2-bea3-4f3a4a864cfe",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0c584e7-51e5-4c99-aaf0-51610fb6c8be/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:08.081705-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 Over 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "31acf3d4-0e11-4fe1-bd77-4c8ab1abd1f3",
            "gambit_id": "5dfca094-6eaa-4275-95dc-b3ff69956c4e",
            "last_updated": "2022-12-31T10:46:58.825737-05:00",
            "created_at": "2022-12-29T08:42:08.084264-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee76bd84-6167-40d2-bea3-4f3a4a864cfe/?format=api"
        },
        {
            "id": "33fc899c-4b9b-4f07-8328-e618132b3f30",
            "gambit_id": "48467ccb-fe38-4ea7-9382-655951dacb59",
            "last_updated": "2022-12-31T10:46:58.824565-05:00",
            "created_at": "2022-12-29T08:42:08.083021-05:00",
            "name": "Game Total Under 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee76bd84-6167-40d2-bea3-4f3a4a864cfe/?format=api"
        }
    ]
}