GET /api/bet_types/df472567-8901-4045-88ae-e167bc298dc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df472567-8901-4045-88ae-e167bc298dc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/da296d7c-65dc-433c-96f3-4ef3600d9e07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:06.393746-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 Under 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "217b18a3-9233-4eb2-9b0a-8fc63e139bbc",
            "gambit_id": "8673e62f-896f-4aa5-8cf3-9c619bc9fdea",
            "last_updated": "2023-07-07T20:13:05.725599-04:00",
            "created_at": "2023-06-30T08:23:06.396902-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df472567-8901-4045-88ae-e167bc298dc8/?format=api"
        },
        {
            "id": "83edf38b-fac3-46a2-bfaa-384449e72c5f",
            "gambit_id": "40745909-6497-4558-a53f-9f15c691c094",
            "last_updated": "2023-07-07T20:13:05.723286-04:00",
            "created_at": "2023-06-30T08:23:06.395258-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df472567-8901-4045-88ae-e167bc298dc8/?format=api"
        }
    ]
}