GET /api/bet_types/b783e8d5-efb4-4a1b-992a-aa573ed1cd52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b783e8d5-efb4-4a1b-992a-aa573ed1cd52",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1108ee8-0ae4-4e35-bdc7-24d9ac1197be/?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 Over 5.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a5a0d86-25c8-4d7b-a4a0-9195309ea318",
            "gambit_id": "9a868694-ccf6-432c-8db2-e84a49fc3ee0",
            "last_updated": "2022-12-07T09:42:35.120120-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b783e8d5-efb4-4a1b-992a-aa573ed1cd52/?format=api"
        },
        {
            "id": "04aa2f6e-7c9c-4740-88bd-9b3cdaec3689",
            "gambit_id": "a45c17f4-d587-4934-bba0-be43c54013eb",
            "last_updated": "2022-12-07T09:42:35.118894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b783e8d5-efb4-4a1b-992a-aa573ed1cd52/?format=api"
        }
    ]
}