GET /api/bet_types/4ccd01d4-544f-4c66-8341-b5c54642fb6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ccd01d4-544f-4c66-8341-b5c54642fb6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ca50c3f-ec01-47f1-847a-c486b26c723e/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ddc0af1-7b99-4659-b7bf-36192168f2e1",
            "gambit_id": "fab98c79-3634-41d1-9e96-b973f6f01ff1",
            "last_updated": "2022-12-10T18:52:01.287240-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ccd01d4-544f-4c66-8341-b5c54642fb6c/?format=api"
        },
        {
            "id": "93e262ee-7f1c-493b-8e04-1d39df3cdb34",
            "gambit_id": "69d15cdb-7135-492c-a7e5-bb0674e8c77b",
            "last_updated": "2022-12-10T18:52:01.289361-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ccd01d4-544f-4c66-8341-b5c54642fb6c/?format=api"
        }
    ]
}