GET /api/bet_types/8e195971-d56b-4dfb-a358-95220d4d31c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e195971-d56b-4dfb-a358-95220d4d31c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2116109a-00b3-4162-a378-1443aef127ec/?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 7",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8334727-688f-4140-82e4-f75b5a8e29ad",
            "gambit_id": "605b544a-0035-4684-9e28-bc5f6d6a7b7e",
            "last_updated": "2022-08-08T10:57:08.471624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e195971-d56b-4dfb-a358-95220d4d31c8/?format=api"
        },
        {
            "id": "a5c0fdac-59c0-45ff-ba00-435b5118ecab",
            "gambit_id": "e3aff83f-2580-41be-ba72-52d1cceaf94f",
            "last_updated": "2022-08-08T10:57:08.472262-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e195971-d56b-4dfb-a358-95220d4d31c8/?format=api"
        }
    ]
}