GET /api/bet_types/b6d21dd4-a5e0-47c7-a405-b5c282a41dbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6d21dd4-a5e0-47c7-a405-b5c282a41dbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/77962a65-4e65-4596-878d-71585aac2d13/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:05.554319-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfce7aaa-c6c1-4d4e-8ad5-734e85add792",
            "gambit_id": "3ffdd63f-3752-464d-90fa-2437051cefe6",
            "last_updated": "2023-07-01T10:33:25.471578-04:00",
            "created_at": "2023-06-30T08:23:05.558631-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6d21dd4-a5e0-47c7-a405-b5c282a41dbe/?format=api"
        },
        {
            "id": "793833c4-1e2d-4771-81a2-e7e124ce41e6",
            "gambit_id": "64cc9096-c442-48b5-b708-76c20b2309c0",
            "last_updated": "2023-07-01T10:33:25.470111-04:00",
            "created_at": "2023-06-30T08:23:05.556386-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6d21dd4-a5e0-47c7-a405-b5c282a41dbe/?format=api"
        }
    ]
}