GET /api/bet_types/7a1ba281-cfc7-4971-a7c2-fd0a1253f9d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a1ba281-cfc7-4971-a7c2-fd0a1253f9d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2732f0f-c566-4743-9847-e18bd6ec75b6/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "936c9789-879a-4b0d-9772-99af617c3d85",
            "gambit_id": "874dc94e-ce90-441d-85d4-8de7ca2fdd0d",
            "last_updated": "2022-09-11T11:02:02.732435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1ba281-cfc7-4971-a7c2-fd0a1253f9d1/?format=api"
        },
        {
            "id": "251a297c-7856-4d7f-9ab2-3bf262e2251d",
            "gambit_id": "491055f9-556f-4fe5-b22b-228ee8fbe1c3",
            "last_updated": "2022-09-11T11:02:02.733448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1ba281-cfc7-4971-a7c2-fd0a1253f9d1/?format=api"
        }
    ]
}