GET /api/bet_types/e71732cb-0cc9-433b-aed9-7cb48975179a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e71732cb-0cc9-433b-aed9-7cb48975179a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9ee2d1d-f285-44d7-9440-8a016289ffcf/?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 7",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3c122be-7fc3-4149-acc1-46ba160c00b4",
            "gambit_id": "af627a20-c3c3-47ca-8f6d-99b4340f7a5e",
            "last_updated": "2022-09-22T14:57:18.305271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e71732cb-0cc9-433b-aed9-7cb48975179a/?format=api"
        },
        {
            "id": "7096c262-062c-4334-9247-7dd2a5474eff",
            "gambit_id": "b7320e77-002d-4769-88ae-a9cddf365756",
            "last_updated": "2022-09-22T14:57:18.303974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e71732cb-0cc9-433b-aed9-7cb48975179a/?format=api"
        }
    ]
}