GET /api/bet_types/ea706205-576f-40e3-a25c-e1893c99a0fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea706205-576f-40e3-a25c-e1893c99a0fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d671a288-a840-4dac-978b-97b3f03b3f00/?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 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "604a1782-e183-4362-ac81-d17de869b166",
            "gambit_id": "f819a33e-891b-4c6b-9e97-2ab0b1510d49",
            "last_updated": "2022-10-14T09:42:01.612752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea706205-576f-40e3-a25c-e1893c99a0fb/?format=api"
        },
        {
            "id": "f644f9e1-cf08-409e-b1e7-baf569884806",
            "gambit_id": "a8ef35eb-6848-4a60-8ebe-991ce9812f39",
            "last_updated": "2022-10-14T09:42:01.613911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea706205-576f-40e3-a25c-e1893c99a0fb/?format=api"
        }
    ]
}