GET /api/bet_types/b5f475a1-6d84-49f9-a616-c2cf3130af3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f475a1-6d84-49f9-a616-c2cf3130af3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d75b71fc-f7c6-400e-9bb3-4b044b94265c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:46:57.517072-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f502af0-5ffb-4720-8fec-fdd1c94c3cd6",
            "gambit_id": "9a891dbe-beca-435c-a778-352ff089482c",
            "last_updated": "2023-03-20T09:36:53.068022-04:00",
            "created_at": "2023-03-18T08:46:57.519227-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f475a1-6d84-49f9-a616-c2cf3130af3f/?format=api"
        },
        {
            "id": "1cbc9794-1af4-4310-879b-624e728cef9e",
            "gambit_id": "0e844738-ab7e-48c4-8c79-6a0e1ff91835",
            "last_updated": "2023-03-20T09:36:53.070214-04:00",
            "created_at": "2023-03-18T08:46:57.521690-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f475a1-6d84-49f9-a616-c2cf3130af3f/?format=api"
        }
    ]
}